> How did you build it? > > I followed instruction from http://github.com/jwiegley/ledger/, That are:
git clone git://github.com/jwiegley/ledger.git cd ledger && ./acprep update Except that instead of: sudo apt-get install autoconf automake bjam build-essential cvs gettext libboost-date-time1.40-dev libboost-filesystem1.40-dev libboost-regex1.40-dev libboost1.40-dev libbz2-dev libgmp3-dev libmpfr-dev libtool python-dev texinfo zlib1g-dev I did the following to be able to compile: sudo apt-get install gccxml libboost-date-time-dev libboost-filesystem-dev libboost-iostreams-dev libboost-python-dev libboost-regex-dev libboost-serialization-dev libboost-serialization-dev libboost-system-dev libboost-system-dev libbsd-dev libcppunit-dev libgmp3-dev libgmpxx4ldbl libicu-dev libmpfr-dev libncurses5-dev python2.6-dev
