From 42b629a69b276270ee03a8250781ac73d2668b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Luc=20Peuri=C3=A8re?= Date: Tue, 14 Aug 2007 20:55:59 +0000 Subject: 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 --- doc/blender-scons.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') 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 ----------------- -- cgit v1.2.3