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>2006-02-06 09:52:24 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-06 09:52:24 +0300
commitbbcfb14afafed684c552d35f081bacbaa5d1ad3d (patch)
treeec968d385280375cf870b67b4e4f7d6578d05337 /doc
parent462941aaf0cf46cda3564894bfdb94908c377911 (diff)
==SCons==
+ Added note about using the config files. I repeat it here: a user NEVER should edit config/(platform)-config.py directly. Instead, make a copy of config/(platform)-config.py to user-config.py, and change that instead. /Nathan PS. now I can say "I told you", and be sure I will :P
Diffstat (limited to 'doc')
-rw-r--r--doc/blender-scons.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/blender-scons.txt b/doc/blender-scons.txt
index bc0237494dc..57f9f1c5ab6 100644
--- a/doc/blender-scons.txt
+++ b/doc/blender-scons.txt
@@ -94,6 +94,11 @@ $Id$
(unless you have overridden any of them in your
$BLENDERHOME/user-config.py).
+ NOTE: The best way to avoid confusion is the
+ copy $BLENDERHOME/config/(platform)-config.py to
+ $BLENDERHOME/user-config.py. You should NEVER have to modify
+ $BLENDERHOME/config/(platform)-config.py
+
Configuring the output
----------------------