From aaf86ee6747db6702221b894ca7d02e86a091976 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 1 Nov 2002 16:02:54 +0000 Subject: [PATCH] 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. --- readme.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.txt b/readme.txt index d67f32fd079..47ea0d7e790 100644 --- a/readme.txt +++ b/readme.txt @@ -2,6 +2,7 @@ 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` @@ -14,4 +15,15 @@ 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