[Yake-svn] SF.net SVN: yake: [1584] trunk/yake/BUILD
Status: Beta
Brought to you by:
psyclonist
From: <psy...@us...> - 2007-01-10 19:46:25
|
Revision: 1584 http://svn.sourceforge.net/yake/?rev=1584&view=rev Author: psyclonist Date: 2007-01-10 11:46:07 -0800 (Wed, 10 Jan 2007) Log Message: ----------- updated build instructions Modified Paths: -------------- trunk/yake/BUILD Modified: trunk/yake/BUILD =================================================================== --- trunk/yake/BUILD 2007-01-10 19:33:40 UTC (rev 1583) +++ trunk/yake/BUILD 2007-01-10 19:46:07 UTC (rev 1584) @@ -13,8 +13,8 @@ 1.3 Building with Code::Blocks 1.4 Building with GCC 2 BUILD INSTRUCTIONS FOR YAKE ON PC/LINUX -2.1 Building Yake with SCons 2.1 Building Yake with premake +2.2 Building Yake with SCons 3 BUILD INSTRUCTIONS FOR CUSTOM PROJECTS 4 LIBRARY NAMING SCHEME @@ -85,9 +85,23 @@ 2. BUILD INSTRUCTIONS FOR YAKE ON PC/LINUX ------------------------------------------ -2.1 Building Yake with SCons +2.1 Building Yake with premake ------------------------------------------ +* Install premake + +* Set up the dependency directory (see 2.2 below) + +* Create makefiles & compile Yake + # cd yake/scripts/premake + # ./build_linux_gnu.sh + # make + + >> More instructions to come << + +2.2 Building Yake with SCons +------------------------------------------ + Last modified: 30/9/2005 by Stephan Kaiser (psy) Last modified: 22/9/2004 by Nikita Buida (mj) @@ -163,11 +177,6 @@ # From now on you're able to run the demos. You will need to set up working dir for demo, e.g. create config files and have Ogre's media. -2.2 Building Yake with premake ------------------------------------------- - - >> Instructions to come << - 3 BUILD INSTRUCTIONS FOR CUSTOM PROJECTS ---------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |