diff options
author | Simon Michael <simon@joyful.com> | 2008-11-23 00:10:08 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-11-25 17:55:10 -0400 |
commit | 602bdacfe56bc0618235c1e56c414b218554f226 (patch) | |
tree | c848b5c22f0ffd5bf80a6a5c4fa8d47ba396ec2a | |
parent | c9959f2008fa7df1d5487f9a0d02f546a3b3a37b (diff) | |
download | fork-ledger-602bdacfe56bc0618235c1e56c414b218554f226.tar.gz fork-ledger-602bdacfe56bc0618235c1e56c414b218554f226.tar.bz2 fork-ledger-602bdacfe56bc0618235c1e56c414b218554f226.zip |
add some missing packages to the installation instructions
-rw-r--r-- | README | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -54,11 +54,13 @@ If you build stuff using MacPorts, as I do, here is what you would run: * Ubuntu -If you're going to be building with Ubuntu, the command is: +If you're going to be building with Ubuntu, "sudo apt-get install ..." +the following packages (correct as of Ubuntu Hardy): + + build-essential libtool autoconf automake texinfo python-dev + zlib1g-dev libbz2-dev stow libgmp3-dev bjam libboost-dev + libboost-regex-dev libboost-date-time-dev libboost-filesystem-dev - 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 bjam * Using my Git mirrors |