summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-29 04:30:53 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-29 04:30:53 -0400
commita129997264e1cb1f193fe085e90239b7a9b8da71 (patch)
tree06c4e2ece3be4288e5ab6902e765a5ed66bb4cc5
parent33ebfa626eda1ba0740be07e151876fada1d9685 (diff)
downloadledger-a129997264e1cb1f193fe085e90239b7a9b8da71.tar.gz
ledger-a129997264e1cb1f193fe085e90239b7a9b8da71.tar.bz2
ledger-a129997264e1cb1f193fe085e90239b7a9b8da71.zip
Updated build steps in the README.
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 07f85578..bc3ac18f 100644
--- a/README
+++ b/README
@@ -58,7 +58,7 @@ If you're going to be building with Ubuntu, the command is:
sudo apt-get install build-essential libtool autoconf automake
sudo apt-get install texinfo python-dev zlib1g-dev libbz2-dev stow
- sudo apt-get install libgmp3-dev
+ sudo apt-get install libgmp3-dev bjam
* Using my Git mirrors
@@ -66,7 +66,10 @@ Finally, for the convenience of fellow developers on the master (DEVEL)
branch, you may download and build some of these dependencies quite
easily. Just run this command:
- sudo make libs
+ git submodule init
+ git submodule update
+ cd lib
+ make # it installs stuff into /usr/local/stow
You'll now have a few extra source installations in /usr/local/stow/,
most importantly Boost and CppUnit.