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, 2 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

# Content
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 Open a Terminal, and cd to BasiliskII-1.0/src/MacOSX
12
13 3) sh 1_prepare_files.sh
14
15 This creates some symlinks to files in the Unix source and
16 /usr/libexec directories, generates ./configure, and runs it.
17
18 The end result is a Makefile and some header files
19
20 4) make
21
22 This should generate the uae_cpu emulator core's source,
23 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 4) make ide
30
31 This should generate the uae_cpu emulator core's source,
32 and then open the IDE with the file in BasiliskII.pbproj
33
34 5) From the Build menu, choose 'Build' or 'Build & Run'
35
36 This should build everything