balint256 / gr-baz

Collection of new blocks for GNU Radio
http://wiki.spench.net/wiki/gr-baz
GNU General Public License v3.0
191 stars 78 forks source link

Missing Boost library #25

Open nouse4anick opened 10 years ago

nouse4anick commented 10 years ago

Can't find the boost library, except telling us that its missing and not giving us any idea as to what its looking for or how to resolve the issue.

michaelborn commented 9 years ago

Yes, this should be communicated in the README If you don't have boost installed, you will get an error during the make command.

Install boost library using: sudo apt-get install libboost-all-dev

http://stackoverflow.com/questions/12578499/how-to-install-boost-on-ubuntu