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
This commit is contained in:
2002-11-05 20:05:19 +00:00
parent 9bddc20bd3
commit 7c59c12dc0

View File

@@ -24,9 +24,9 @@ setenv NANBLENDERHOME `pwd`
setenv MAKEFLAGS "-w -I$NANBLENDERHOME/source" setenv MAKEFLAGS "-w -I$NANBLENDERHOME/source"
Or for bash/sh do this: Or for bash/sh do this:
set NANBLENDERHOME=`pwd` NANBLENDERHOME=`pwd`
export NANBLENDERHOME export NANBLENDERHOME
set MAKEFLAGS="-w -I$NANBLENDERHOME/source" MAKEFLAGS="-w -I$NANBLENDERHOME/source"
export MAKEFLAGS export MAKEFLAGS
Then edit source/nan_definitions.mk to fit you're environment. Then edit source/nan_definitions.mk to fit you're environment.