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
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2002-11-05 23:05:19 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-05 23:05:19 +0300
commit7c59c12dc0932cc5ee8546f0b82c7104b019030a (patch)
tree0d06ee34ff96ee2b9500909b14baa84f92b6e5cc
parent9bddc20bd3f1c6b94a6a52088bc975fb2f129435 (diff)
Sorry people reporting syntax problems :)
I should maybe hold off and post a couple at a time, but I figured since others are working on stuff now it would be nice to keep it upto date. (let me know if I'm committing to often...) (removed set from the bash instructions) Kent
-rw-r--r--readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index d38c9a8e12d..1849130f2f0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -24,9 +24,9 @@ setenv NANBLENDERHOME `pwd`
setenv MAKEFLAGS "-w -I$NANBLENDERHOME/source"
Or for bash/sh do this:
-set NANBLENDERHOME=`pwd`
+NANBLENDERHOME=`pwd`
export NANBLENDERHOME
-set MAKEFLAGS="-w -I$NANBLENDERHOME/source"
+MAKEFLAGS="-w -I$NANBLENDERHOME/source"
export MAKEFLAGS
Then edit source/nan_definitions.mk to fit you're environment.