103 | | Building binary installation packages with CMake is similar to installing Boost. On Windows, one must first download and install the [http://nsis.sourceforge.net/Main_Page Nullsoft Scriptable Install System (NSIS)]. Then, using Microsoft Visual Studio, one loads the Boost project/solution and build the `PACKAGE` target to generate the graphical installer. On Mac OS X, other Unix platforms, and on Windows when using a makefile generator, change into the Boost binary directory and use the `package` make target, e.g., |
| 104 | Building binary installation packages with CMake is similar to installing Boost. |
| 105 | === On Windows === |
| 106 | One must first download and install the [http://nsis.sourceforge.net/Main_Page Nullsoft Scriptable Install System (NSIS)]. Then, using Microsoft Visual Studio, one loads the Boost project/solution and build the `PACKAGE` target to generate the graphical installer. |
| 107 | === On Mac OS X, other Unix platforms, and on Windows when using a makefile generator === |
| 108 | change into $BOOST/build and use the `package` make target, e.g., |