From 5d92376ef4d35b81eddff09af2ec665d8df55460 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 5 Oct 2008 19:07:09 +0000 Subject: === SCons === * small doc update --- doc/blender-scons.txt | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'doc') diff --git a/doc/blender-scons.txt b/doc/blender-scons.txt index a7bbd28764e..8578d3f2fd4 100644 --- a/doc/blender-scons.txt +++ b/doc/blender-scons.txt @@ -58,6 +58,13 @@ $Id$ $BLENDERHOME/config/(platform)-config.py. After the build successfully completes, you can find everything you need in BF_INSTALLDIR. + If you want to create the installer package of Blender on Windows you'll + need to install nullsoft scriptable install system from http://nsis.sf.net. + As an extra dependency, you need the MoreInfo plugin too. The creation of + the installer is tied into the build process and can be triggered with: + + % scons nsis + Configuring the build --------------------- @@ -166,18 +173,6 @@ $Id$ debug symbols. Also note that BF_QUICKDEBUG and BF_DEBUG_LIBS are combined; for example, setting BF_QUICKDEBUG won't overwrite the contents of BF_DEBUG_LIBS. - - Not installing - -------------- - - If you dont want to install the build result, you can use the following option either - on the commandline or in your user-config.py : - - WITHOUT_BF_INSTALL='true' - - by default, this is set to 'false', and so the build is installed - - Supported toolset ----------------- @@ -194,7 +189,6 @@ $Id$ specify what toolset to use % scons BF_TOOLSET=msvc - % scons BF_TOOLSET=mstoolkit % scons BF_TOOLSET=mingw If you have only the toolkit installed, you will also need to give -- cgit v1.2.3