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:
authorJean-Luc Peurière <jlp@nerim.net>2007-08-15 00:55:59 +0400
committerJean-Luc Peurière <jlp@nerim.net>2007-08-15 00:55:59 +0400
commit42b629a69b276270ee03a8250781ac73d2668b03 (patch)
tree100f007d8dab79cc1549e6df4c11a7f62e5387ad /doc
parent6ab51ef2d7d3736c69adba4206577de83f846987 (diff)
add the option of not installing to scons build system
settting WITHOUT_BF_INSTALL='true' will disable the copying to INSTALL_DIR you can use that in your user-config.py or commandline slipping in minor cleaning for Os X builds
Diffstat (limited to 'doc')
-rw-r--r--doc/blender-scons.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/blender-scons.txt b/doc/blender-scons.txt
index 73aa7add7a6..8c71c31db0c 100644
--- a/doc/blender-scons.txt
+++ b/doc/blender-scons.txt
@@ -160,6 +160,17 @@ $Id$
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
-----------------