aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-05-16 17:18:49 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-05-16 17:18:49 -0400
commite959e398066c303c86b47df56d9ea4c6f121bead (patch)
treee95f3f50736e7ae1e8670ede8f89e14a516323a2
parent0287ea3598176bf05f4e6f88b3b641159f7620bd (diff)
downloadlibrambutan-e959e398066c303c86b47df56d9ea4c6f121bead.tar.gz
librambutan-e959e398066c303c86b47df56d9ea4c6f121bead.zip
README-building.txt you also need LIB_MAPLE_HOME.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r--README-building.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/README-building.txt b/README-building.txt
index 9a1a1ac..de4a7f7 100644
--- a/README-building.txt
+++ b/README-building.txt
@@ -44,12 +44,14 @@ and Breathe).
- Everyone else, clone without them:
$ git clone git://github.com/leaflabs/breathe.git
- After that's done, set an environment variable BREATHE_HOME to
- point to your clone. Something like this in Bash:
+4. After that's done, set environment variables LIB_MAPLE_HOME to
+ point to libmaple, and BREATHE_HOME to point to Breathe. Something
+ like this in Bash:
- $ export BREATHE_HOME=/path/to/breathe/repo/
+ $ export LIB_MAPLE_HOME=/path/to/libmaple/repo/
+ $ export BREATHE_HOME=/path/to/breathe/repo/
- (You'll want to put this in your shell startup script.)
+ (You'll want this in your shell startup script.)
Build the Docs
--------------