Add a note about git2go/libgit2. Change-Id: Ia9a8473cde66c535c8682408efa1f91c71601b55
diff --git a/docs/manual.md b/docs/manual.md index a7341ba..2002669 100644 --- a/docs/manual.md +++ b/docs/manual.md
@@ -20,8 +20,20 @@ Installing ========== -Run `all.bash` to compile, test and install all components. The rest of this -document assumes this has been done, and `$GOPATH/bin/` is in your `$PATH`. +Get the source code, + + go get github.com/google/slothfs/cmd/slothfs-multifs + +SlothFS depends git2go, which depends on libgit2. For git2go, we recommend +compiling libgit2 in statically, as documented +[here](https://github.com/libgit2/git2go#from-next). + +To install all components, run + + cd $GOPATH/src/github.com/google/slothfs/ && sh all.bash + +The rest of this document assumes this has been done, and `$GOPATH/bin/` is in +your `$PATH`. In addition, install the standard Android `clone.json` to avoid unnecessary git clones