How can I install nox-classic
on Ubuntu14.04 (32bit)?
I installed packages first:
sudo apt-get install nox-dependencies
sudo apt-get install libtbb-dev
sudo apt-get install libboost-serialization-dev libboost-all-dev
I then ran ../configure
and received the following output and error:
checking for boostlib >= 1.34.1... yes
checking whether the Boost::System library is available... yes
configure: error: Could not find a version of the library!
I also tried
../configure --with-boost-libdir=/usr/lib/i386-linux-gnu
- changing
pkglib
topkgdata
insrc/Make.vars
but neither solved the problem.