ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt
(Generate patch)

Comparing BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt (file contents):
Revision 1.4 by nigel, 2002-05-05T09:48:17Z vs.
Revision 1.5 by nigel, 2003-01-10T23:00:43Z

# Line 35 | Line 35
35   5) From the Build menu, choose 'Build' or 'Build & Run'
36  
37     This should build everything
38 +
39 +
40 +
41 + Notes:
42 +
43 + 1) Compiling cpuemu.cpp takes 58 seconds on my 384MB G4 400.
44 +   Compiling it as separate files (cpuemu1.cpp thru cpuemu8.cpp)
45 +   takes 68 seconds on the same machine. If you have less RAM,
46 +   it may be faster to compile it as separate files.
47 +
48 + 2) For some reason, compiling on 10.2 with DIRECT_ADDRESSING 1
49 +   results in an executable that cannot write to the screen.
50 +
51 + 3) If you want to change the REAL_ADDRESSING or DIRECT_ADDRESSING
52 +   defaults in sysdeps.h, you will need to reconfigure.
53 +   (i.e. make distclean; sh 1_prepare_files.sh)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines