This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/readme.txt

18 lines
465 B
Plaintext
Raw Normal View History

Welcome to the fun world of opensource.
To help you get started do the following before starting:
Assuming your using tcsh/csh do the following before compiling.
#Set this to wherever you have extracted the source.
setenv NANBLENDERHOME `pwd`
setenv MAKEFLAGS "-w -I$NANBLENDERHOME/source"
set NANBLENDERHOME=`pwd`
export NANBLENDERHOME
set MAKEFLAGS="-w -I$NANBLENDERHOME/source"
export MAKEFLAGS
Then edit source/nan_definitions.mk to fit your environment.