aaf86ee6747db6702221b894ca7d02e86a091976

needed to be done to get a working blender executable under unix anyway. I added a section for windows comments but its pretty much empty right now.
Welcome to the fun world of opensource. To help you get started do the following before starting: --------------UNIX TIPS--------------------------------------- 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. After that cd $NANBLENDERHOME/intern make make install Then cd $NANBLENDERHOME/intern/python and follow the instructions Then cd $NANBLENDERHOME/source make If you have any problems with the above post a message to the Forums on www.blender.org ----------------------WINDOWS TIPS-------------------------------------- If you have any problems with the above post a message to the Forums on www.blender.org
Description
Languages
C++
78.1%
Python
15%
C
2.8%
GLSL
1.8%
CMake
1.2%
Other
0.9%