summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README-1ST2
-rw-r--r--README.md10
-rwxr-xr-xacprep16
3 files changed, 13 insertions, 15 deletions
diff --git a/README-1ST b/README-1ST
index 09ec9c95..64f69411 100644
--- a/README-1ST
+++ b/README-1ST
@@ -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
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 20062fad..eeeda9d3 100644
--- a/README.md
+++ b/README.md
@@ -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:
diff --git a/acprep b/acprep
index 5c0d2970..b7ea8939 100755
--- a/acprep
+++ b/acprep
@@ -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',