ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt
Revision: 1.3
Committed: 2002-03-18T10:58:49Z (22 years, 6 months ago) by nigel
Content type: text/plain
Branch: MAIN
CVS Tags: nigel-build-10
Changes since 1.2: +7 -19 lines
Log Message:
Simplified for use with new '1_prepare_files.sh' script

File Contents

# User Rev Content
1 nigel 1.1 How to build this source
2     ------------------------
3    
4     1) Install the OS X Development tools
5    
6     Source should build on either 10.0 or 10.1
7     (If anyone wants a version that will compile on Public Beta, email me)
8    
9     2) If grabbing this source from a tarball, put this MacOSX directory in
10     BasiliskII-1.0/src. Source is currently only compatible with 1.0 snapshot.
11 nigel 1.2 Open a Terminal, and cd to BasiliskII-1.0/src/MacOSX
12 nigel 1.1
13 nigel 1.3 3) sh 1_prepare_files.sh
14 nigel 1.1
15 nigel 1.3 This creates some symlinks to files in the Unix source and
16     /usr/libexec directories, generates ./configure, and runs it.
17 nigel 1.1
18 nigel 1.3 The end result is a Makefile and some header files
19 nigel 1.1
20 nigel 1.3 4) make
21 nigel 1.1
22 nigel 1.2 This should generate the uae_cpu emulator core's source,
23 nigel 1.1 and then the application.
24    
25     * It is also possible to use the OS X integrated development environment
26     (i.e. the "Project Builder" IDE) to build the application, instead of make.
27     Instead of step 6) above, do this:
28    
29 nigel 1.3 4) make ide
30 nigel 1.1
31 nigel 1.2 This should generate the uae_cpu emulator core's source,
32     and then open the IDE with the file in BasiliskII.pbproj
33 nigel 1.1
34 nigel 1.3 5) From the Build menu, choose 'Build' or 'Build & Run'
35 nigel 1.1
36     This should build everything