|
From: Terry T. <ter...@us...> - 2004-10-26 08:53:45
|
Update of /cvsroot/frontierkernel/Frontier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15456/Frontier Modified Files: README.txt Log Message: Since the original v10.0a1 Open Source release of Frontier, additional work has been done to allow the building of Frontier using other development environments. This ReadMe has been updated to describe those environments. Index: README.txt =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README.txt 18 Oct 2004 10:30:52 -0000 1.2 --- README.txt 26 Oct 2004 08:53:30 -0000 1.3 *************** *** 1,4 **** ! *** UserLand Frontier(tm) -- Version 10.0a1 Open Source Release Building the Frontier kernel currently requires Metrowerks CodeWarrior --- 1,17 ---- + *** UserLand Frontier(tm) -- Version 10.0 Open Source Release ! Last updated 25 Oct 2004 by Terry Teague ! ! Since the original v10.0a1 Open Source release of Frontier, additional work ! has been done to allow the building of Frontier using other development ! environments. The following sections describe these environments. ! ! ! *** Supported Development Environments ! ! A. Metrowerks CodeWarrior Pro v8.3 for Mac or Windows ! ===================================================== ! ! CVS module, build directory : build_CWPro8 Building the Frontier kernel currently requires Metrowerks CodeWarrior *************** *** 6,11 **** work, too, but have not been tested. ! ! *** Getting Started 1. Locate the Frontier.mcp project file in the build_CW8 directory and --- 19,24 ---- work, too, but have not been tested. ! Getting Started ! --------------- 1. Locate the Frontier.mcp project file in the build_CW8 directory and *************** *** 25,35 **** at least a Frontier.root file and launch it. ! 5. Report problems and ask questions on the Frontier Kernel mailing ! list: ! ! http://groups.yahoo.com/groups/frontierkernel ! ! ! *** Notes When you open the Frontier.mcp project file on Windows or on classic Mac --- 38,43 ---- at least a Frontier.root file and launch it. ! Notes ! ----- When you open the Frontier.mcp project file on Windows or on classic Mac *************** *** 52,55 **** --- 60,110 ---- prototypes, and some unused variables. You can ignore these warnings. + + B. Microsoft Visual Studio C++ v6 for Windows + ============================================= + + CVS module, build directory : build_VC6 + + Getting Started + --------------- + + 1. Open the Frontier.dsp project in MS Visual Studio. + + 2. Build. + + Notes + ----- + + Needs more accurate build instructions. + + + C. Apple Mac OS X Developer Tools (Xcode v1.5) for Mac OS X + =========================================================== + + CVS module, build directory : build_XCode + + Getting Started + --------------- + + 1. Open the Frontier.xcode project in Xcode. + + 2. Click the Build button. + + Notes + ----- + + The support for Xcode is preliminary, and currently the code compiles + with many warnings, and fails while linking. + + + *** Reporting Problems + + Report problems and ask questions on the Frontier Kernel mailing list: + + http://groups.yahoo.com/groups/frontierkernel + + + *** Notes + This source code download does not come with a Frontier installation for testing the applications compiled from the code. For this purpose, *************** *** 58,61 **** http://kernel.scripting.com/ - - --- 113,114 ---- |