source: psi/trunk/build-mac.txt@ 63

Last change on this file since 63 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 910 bytes
Line 
1Building Psi on Mac OS X
2------------------------
3
4To simply compile Psi, the same instructions apply as for other *nix
5platforms:
61. First, configure the build using the 'configure' script, optionally
7 adding parameters to specify where to find certain dependencies:
8 ./configure
92. Build the binary:
10 make
11After this, the built binary 'psi.app' will be available in src/.
12
13To make a distributable copy of your binary, do the following:
141. As above, use configure to configure the build
152. Alter the first lines of 'mac/Makefile' to reflect your setting
163. Run 'make -C mac/'.
17 This will create a distributable binary 'Psi.app' in 'mac/disk/'.
184. (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.