Lower down (from 1.55) requirements towards libboost

Fix some typos
This commit is contained in:
thdox 2014-05-17 13:27:28 +02:00
parent 5d4b31b9c8
commit ed52bebcfd
3 changed files with 13 additions and 15 deletions

View file

@ -59,7 +59,7 @@ it's usually fairly obvious where things have gone astray.
libboost-date-time-dev libboost-filesystem-dev \
libboost-graph-dev libboost-iostreams-dev \
libboost-python-dev libboost-regex-dev libboost-test-dev \
doxygen libedit-dev libmpc-dev
doxygen libedit-dev libmpc-dev
----------------------------------------------------------------------

View file

@ -114,12 +114,10 @@ If you're going to build on Ubuntu, `sudo apt-get install ...` the
following packages (current as of Ubuntu 14.04):
sudo apt-get install build-essential cmake doxygen
libboost-system1.55-dev libboost1.55-dev python-dev
gettext git libboost-date-time1.55-dev
libboost-filesystem1.55-dev libboost-iostreams1.55-dev
libboost-python1.55-dev libboost-regex1.55-dev
libboost-test1.55-dev libedit-dev libgmp3-dev
libmpfr-dev texinfo
libboost-system-dev libboost-dev python-dev gettext git
libboost-date-time-dev libboost-filesystem-dev
libboost-iostreams-dev libboost-python-dev libboost-regex-dev
libboost-test-dev libedit-dev libgmp3-dev libmpfr-dev texinfo
Or, for Ubuntu 12.04:

16
acprep
View file

@ -72,14 +72,14 @@ class BoostInfo(object):
return [ 'boost-devel' ]
elif system == 'ubuntu-trusty':
return [ 'libboost1.55-dev',
'libboost-date-time1.55-dev',
'libboost-filesystem1.55-dev',
'libboost-iostreams1.55-dev',
'libboost-python1.55-dev',
'libboost-regex1.55-dev',
'libboost-system1.55-dev',
'libboost-test1.55-dev' ]
return [ 'libboost-dev',
'libboost-date-time-dev',
'libboost-filesystem-dev',
'libboost-iostreams-dev',
'libboost-python-dev',
'libboost-regex-dev',
'libboost-system-dev',
'libboost-test-dev' ]
elif system == 'ubuntu-saucy' or system == 'ubuntu-precise':
return [ 'autopoint',