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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user