|
Last change
on this file since 26 was 2, checked in by dmik, 19 years ago |
|
Imported original Psi 0.10 sources from Affinix
|
|
File size:
910 bytes
|
| Line | |
|---|
| 1 | Building Psi on Mac OS X
|
|---|
| 2 | ------------------------
|
|---|
| 3 |
|
|---|
| 4 | To simply compile Psi, the same instructions apply as for other *nix
|
|---|
| 5 | platforms:
|
|---|
| 6 | 1. First, configure the build using the 'configure' script, optionally
|
|---|
| 7 | adding parameters to specify where to find certain dependencies:
|
|---|
| 8 | ./configure
|
|---|
| 9 | 2. Build the binary:
|
|---|
| 10 | make
|
|---|
| 11 | After this, the built binary 'psi.app' will be available in src/.
|
|---|
| 12 |
|
|---|
| 13 | To make a distributable copy of your binary, do the following:
|
|---|
| 14 | 1. As above, use configure to configure the build
|
|---|
| 15 | 2. Alter the first lines of 'mac/Makefile' to reflect your setting
|
|---|
| 16 | 3. Run 'make -C mac/'.
|
|---|
| 17 | This will create a distributable binary 'Psi.app' in 'mac/disk/'.
|
|---|
| 18 | 4. (OPTIONAL) Create a DMG image by running 'make -C mac/ dmg'.
|
|---|
| 19 | This will create a 'Psi-<VERSION>.dmg' file in 'mac/'.
|
|---|
| 20 | You can create your own DMG template to make the resulting DMG
|
|---|
| 21 | look different. For more instructions on this, see 'mac/Makefile'.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.