Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-10-05 23:07:09 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2008-10-05 23:07:09 +0400
commit5d92376ef4d35b81eddff09af2ec665d8df55460 (patch)
tree627f559deda3f06b385ed75981bfe42220b56508 /doc
parent34399546b71fc10a2e5ca9e808ba589ee8e8f394 (diff)
=== SCons ===
* small doc update
Diffstat (limited to 'doc')
-rw-r--r--doc/blender-scons.txt20
1 files changed, 7 insertions, 13 deletions
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