From e959e398066c303c86b47df56d9ea4c6f121bead Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 16 May 2012 17:18:49 -0400 Subject: README-building.txt you also need LIB_MAPLE_HOME. Signed-off-by: Marti Bolivar --- README-building.txt | 10 ++++++---- 1 file 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 -------------- -- cgit v1.2.3