|
From: John M M. <jo...@us...> - 2002-07-08 06:21:20
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory usw-pr-cvs1:/tmp/cvs-serv26435/squeak/platforms/Mac OS/vm Modified Files: readme Log Message: 3.2.7b6 Jay Hardesty . Yet more cleanup Index: readme =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/readme,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** readme 5 Jul 2002 06:59:44 -0000 1.8 --- readme 8 Jul 2002 06:21:17 -0000 1.9 *************** *** 1,3 **** ! Updated July 4th 2002 Building the Squeak Virtual Machine (Jan 1st 2002) --- 1,3 ---- ! Updated July 6th 2002 Building the Squeak Virtual Machine (Jan 1st 2002) *************** *** 6,10 **** Feb 5th 2002, April 26th 2002 -- Changes Andrew C. Greenberg, Jan 1st 2002 ! -- Changes Jay Hardesty, July 4, 2002 (Note to readers, it is possible a step was missed, so beware) --- 6,10 ---- Feb 5th 2002, April 26th 2002 -- Changes Andrew C. Greenberg, Jan 1st 2002 ! -- Changes Jay Hardesty, July 6, 2002 (Note to readers, it is possible a step was missed, so beware) *************** *** 27,33 **** 1. Get the Apple Developer Tools (free) 2. Get the current Sourceforge Platforms tree ! 2'. Tweak LargeIntegersPlugin ! 3. Get, and install, the VMMaker, and build an interpreter ! 4. Get, and install, the Gnifier, and gnuify the interpreter 5. Shove some files around the buildspace 6. Run ProjectBuilder and build yourself an interpreter --- 27,32 ---- 1. Get the Apple Developer Tools (free) 2. Get the current Sourceforge Platforms tree ! 3. Build an interpreter ! 4. Get, and install, the Gnuifier, and gnuify the interpreter 5. Shove some files around the buildspace 6. Run ProjectBuilder and build yourself an interpreter *************** *** 52,61 **** After so much mumbo-jumbo, your squeak folder should have a directory entitled platforms. ! Step Three: Get, and install, the VMMaker, and build an interpeter ! A. ! http://sumeru.stanford.EDU/tim/pooters/SqFiles/deltas/VMMaker-3-1-version3. ! cs ! A2: Install change sets from the specialChangeSets Folder. These are required to build a VM that has globals as a structure which improves performance by 10%. --- 51,57 ---- After so much mumbo-jumbo, your squeak folder should have a directory entitled platforms. ! Step Three: Build an interpeter ! A. Install change sets from the specialChangeSets Folder. These are required to build a VM that has globals as a structure which improves performance by 10%. *************** *** 108,115 **** 4. click the box and select Stuffit Expander 5. go back and double-click the .hqx ! C. Unstuff 'SqueakVMForCarbon.pbproj.sit' ! (same deal as step B) ! D. Drag 'SqueakVMForCarbon.pbproj.sit' to the folder containing the 'platforms' and 'src' folders. Step Six: Run ProjectBuilder and build yourself an interpreter --- 104,111 ---- 4. click the box and select Stuffit Expander 5. go back and double-click the .hqx ! C. Unstuff 'SqueakVMForCarbon.pbproj.sit' (same deal as step B) ! D. Drag 'SqueakVMForCarbon.pbproj' to the folder containing the 'platforms' and 'src' folders. + E. Copy 'platforms/Mac OS/vm/sqNamedPlugins.h' to 'src/vm/sqNamedPlugins.h' Step Six: Run ProjectBuilder and build yourself an interpreter *************** *** 160,169 **** J. On the left upper pane marked "Targets," select "Squeak VM Opt" K. On the left lower pane marked "Build Styles," select "Deployment" ! L. Add (for both targets) "Target/Build Settings/Other Compiler Flags" -DI_AM_CARBON_EVENT ! M. On that same page, under "Search paths" - "Headers" there is a list of directories. Change the last entry, "/Volumes/Lamie/Squeak/SqueakAtSourceForge/squeak/platforms/Mac OS/vm" to instead point point to the "platforms/Mac OS/vm" directory on your local machine (meaning the "platforms" dir downloaded from SourceForge in Step 2.D above) ! L. Click on the hammer icon at the top left to build your VM. The final product should live in the src/vm/Build folder, named "Squeak VM Opt" --- 156,164 ---- J. On the left upper pane marked "Targets," select "Squeak VM Opt" K. On the left lower pane marked "Build Styles," select "Deployment" ! L. On that same page, under "Search paths" - "Headers" there is a list of directories. Change the last entry, "/Volumes/Lamie/Squeak/SqueakAtSourceForge/squeak/platforms/Mac OS/vm" to instead point point to the "platforms/Mac OS/vm" directory on your local machine (meaning the "platforms" dir downloaded from SourceForge in Step 2.D above) ! M*. Click on the hammer icon at the top left to build your VM. The final product should live in the src/vm/Build folder, named "Squeak VM Opt" |