Hi,
I am trying to install Boost, running CodeBlocks and MinGW on Windows.
The Wiki instructions tell me to run the following in cmd window under the unpacked Boost folder "C:\Program Files\CodeBlocks\boost_1_36_0":
bjam --toolset=gcc "--prefix=<installpath>" install
( <installpath> is where I want to install Boost: "C:\Program Files\CodeBlocks")
However, bjam is not recognized (I already set the PATH parameter)! What am I doing wrong or what am I missing?
Thanks,
Oling