Merge pull request #258 from kain88-de/fix-readme

remove version name for boost in aptitude command
This commit is contained in:
John Wiegley 2014-03-25 15:14:33 -05:00
commit b9078dc93f
2 changed files with 14 additions and 21 deletions

View file

@ -54,18 +54,11 @@ it's usually fairly obvious where things have gone astray.
GNU/Linux system (or Debian-based system such as Ubuntu), something GNU/Linux system (or Debian-based system such as Ubuntu), something
like this should work (as root): like this should work (as root):
# aptitude update sudo apt-get install build-essential cmake autopoint texinfo python-dev \
# for name in \ zlib1g-dev libbz2-dev libgmp3-dev gettext libmpfr-dev \
cmake libboost-dev libboost-date-time-dev libboost-doc \ libboost-date-time-dev libboost-filesystem-dev \
libboost-dbg libboost-filesystem-dev libboost-graph-dev \ libboost-graph-dev libboost-iostreams-dev \
libboost-iostreams-dev libboost-program-options-dev \ libboost-python-dev libboost-regex-dev libboost-test-dev
libboost-python-dev libboost-regex-dev \
libboost-serialization-dev libboost-signals-dev \
libboost-test-dev libboost-thread-dev libboost-wave-dev \
libmpfr-dev libmpfr-dbg libmpfr-doc; \
do \
aptitude install ${name}; \
done
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -112,9 +112,9 @@ following packages (current as of Ubuntu 12.04):
Or, for Ubuntu Karmic: Or, for Ubuntu Karmic:
sudo apt-get install build-essential cmake texinfo python-dev zlib1g-dev sudo apt-get install build-essential cmake texinfo python-dev zlib1g-dev
libbz2-dev libgmp3-dev bjam gettext cvs libboost1.40-dev libbz2-dev libgmp3-dev bjam gettext cvs libboost-dev
libboost-regex1.40-dev libboost-date-time1.40-dev libboost-regex-dev libboost-date-time-dev
libboost-filesystem1.40-dev libmpfr-dev libboost-filesystem-dev libmpfr-dev
### Debian ### Debian
@ -125,11 +125,11 @@ Debian wheezy (7.0) contains all components needed to build ledger.
You can install all required build dependencies using the following You can install all required build dependencies using the following
command: command:
sudo apt-get install build-essential cmake autopoint texinfo python-dev sudo apt-get install build-essential cmake autopoint texinfo python-dev \
zlib1g-dev libbz2-dev libgmp3-dev gettext libmpfr-dev zlib1g-dev libbz2-dev libgmp3-dev gettext libmpfr-dev \
libboost-date-time1.49-dev libboost-filesystem1.49-dev libboost-date-time-dev libboost-filesystem-dev \
libboost-graph1.49-dev libboost-iostreams1.49-dev libboost-graph-dev libboost-iostreams-dev \
libboost-python1.49-dev libboost-regex1.49-dev libboost-test1.49-dev libboost-python-dev libboost-regex-dev libboost-test-dev
## Building ## Building