[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16937] trunk/blender/doc/blender-scons. txt: === SCons ===

Nathan Letwory jesterking at letwory.net
Sun Oct 5 21:07:09 CEST 2008


Revision: 16937
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16937
Author:   jesterking
Date:     2008-10-05 21:07:09 +0200 (Sun, 05 Oct 2008)

Log Message:
-----------
=== SCons ===

* small doc update

Modified Paths:
--------------
    trunk/blender/doc/blender-scons.txt

Modified: trunk/blender/doc/blender-scons.txt
===================================================================
--- trunk/blender/doc/blender-scons.txt	2008-10-05 17:31:33 UTC (rev 16936)
+++ trunk/blender/doc/blender-scons.txt	2008-10-05 19:07:09 UTC (rev 16937)
@@ -58,7 +58,14 @@
     $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 @@
     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 @@
     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





More information about the Bf-blender-cvs mailing list