Go to file
Kent Mein aaf86ee674 Added more info to the blender/readme.txt file basically explained what
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.
2002-11-01 16:02:54 +00:00
extern/ode/dist fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
intern Ok since I didn't hear anything I committed the indexing changes I made 2002-11-01 13:54:50 +00:00
projectfiles moved KX_Python_... files from ketsji to expressions 2002-10-21 19:23:52 +00:00
source I made a little readme to get people started and modified the 2002-10-31 19:32:01 +00:00
readme.txt Added more info to the blender/readme.txt file basically explained what 2002-11-01 16:02:54 +00:00

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