From 7c59c12dc0932cc5ee8546f0b82c7104b019030a Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Tue, 5 Nov 2002 20:05:19 +0000 Subject: [PATCH] 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 --- readme.txt | 4 ++-- 1 file 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.