diff options
Diffstat (limited to 'doc/developers.rst')
-rw-r--r-- | doc/developers.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/developers.rst b/doc/developers.rst index 15b18f6..c29f397 100644 --- a/doc/developers.rst +++ b/doc/developers.rst @@ -53,12 +53,11 @@ Windows installer, you will need the following dependencies: * `MinGW <http://www.mingw.org/>`_ * `7-Zip <http://7-zip.org/>`_ -* `BJam <http://boost.org/boost-build2/doc/html/index.html>`_ * `NSIS <http://nsis.sourceforge.net/>`_ A typical list of packages to install on a Debian/Ubuntu system is:: - mingw32 p7zip-full bjam nsis + mingw32 p7zip-full nsis Building and installing ####################### |