I use IDE Dev-C++ , built-in compiler: TDM GCC 4.7.1 64-bit release
Download boost_1_41_0 . Following the instructions I enter into the console
set PATH = D: \ Soft \ Dev-Cpp \ MinGW64 \ bin;% PATH% // My path to the MinGW64 folder
cd / dd: \ boost_1_41_0 // Unpacked archive with boost here
bootstrap.bat gcc
Then I see the following lines:
Building Boost.Jam build engine
"cl" is not an internal or external command, executable program or batch file.
How to fix and install boost?
clis a Visual C ++ compiler, you obviously have GCC ... - Harry