diff options
author | Stefan Pöschel <github@basicmaster.de> | 2017-01-31 21:03:15 +0100 |
---|---|---|
committer | Stefan Pöschel <github@basicmaster.de> | 2017-01-31 21:03:15 +0100 |
commit | cb14b587504e2a754309199191daecf66ca58fae (patch) | |
tree | 0a415a76b49e236ba8af624af57d2e5b863142b0 /INSTALL | |
parent | 0c888244d1e010e9327ee95af7b453b9832e0e65 (diff) | |
download | dabmod-cb14b587504e2a754309199191daecf66ca58fae.tar.gz dabmod-cb14b587504e2a754309199191daecf66ca58fae.tar.bz2 dabmod-cb14b587504e2a754309199191daecf66ca58fae.zip |
Boost: unify version requirement to 1.54
Was 1.55, but this can lead to version conflicts on Ubuntu 14.04 LTS
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Required dependencies: ====================== * A C++11 capable compiler - * Boost 1.41 or later + * Boost 1.54 or later * FFTW 3.x * Optional UHD for USRP * Optional ZeroMQ http://www.zeromq.org |