bjam for boost 1.54
问题 I've boost 1.54 installed in Linux Debian (according to this). Then I installed bjam as follows: apt-get install bjam Then, in order to run a sample tut1 program with boost filesystem I typed: $ cd boost-root/libs/filesystem/example/test $ ./setup.sh $ ./bld.sh This should result in building tut1 file. But there is no tut1 file in test folder. There is only tut1.cpp copied here by setup.sh . I suspect the bjam installed is not for boost 1.54. How to install bjam properly? After typing bjam I