We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 359b4c0 + 61bae6d commit 1b6ba82Copy full SHA for 1b6ba82
INSTALL
INSTALL.md
@@ -0,0 +1,12 @@
1
+There are two ways of building and installing the repository:
2
+
3
+* Installing as an OPAM package using the
4
+ [`opam-repo-dev`](https://github.com/xapi-project/opam-repo-dev) OPAM
5
+ repository, possibly in combination with the `opam` file in this repository.
6
7
+* Creating a Docker image with all the dependencies pre-installed using
8
+ [`xs-shipyard`](https://github.com/lindig/xs-shipyard), and then running
9
+ `make` to build the project, followed by `make install` to install it
10
11
+Please see the READMEs of the above repositories for detailed build
12
+instructions.
0 commit comments