Go to file
Kent Mein 94706ed592 Updated calls to #include "blenkey.h" to be #include "key.h" I'm guessing
it wasn't detected before because everyone had a blenkey.h in their dirs also.
also I added an #include "key.h" to key_internal.h so that I didn't
get problems with undefined type byte...

mein@cs.umn.edu
2002-10-31 21:08:41 +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 Updated calls to #include "blenkey.h" to be #include "key.h" I'm guessing 2002-10-31 21:08:41 +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 I made a little readme to get people started and modified the 2002-10-31 19:32:01 +00:00

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.