Skip to content

Commit 61bae6d

Browse files
committed
Add INSTALL.md with generic build instructions
Signed-off-by: Gabor Igloi <gabor.igloi@citrix.com>
1 parent 193b417 commit 61bae6d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

INSTALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)