Skip to content

Files

Latest commit

 

History

History
14 lines (12 loc) · 290 Bytes

INSTALL.md

File metadata and controls

14 lines (12 loc) · 290 Bytes

The easiest way to fetch the dependencies and build is to use opam.

To install the latest stable version:

opam install nbd

To install the latest unstable development version:

git clone git://github.com/xapi-project/nbd
cd nbd
opam pin add nbd .