diff --git a/wiki/BuildOSX.wiki b/wiki/BuildOSX.wiki index 9feedc8..8bd4107 100644 --- a/wiki/BuildOSX.wiki +++ b/wiki/BuildOSX.wiki @@ -1 +1,10 @@ -To build gitso ons OS X. +===Mac OS X=== + # Install Developer Tools (Xcode) from the OS X System CD + # Install [http://pypi.python.org/pypi/py2app/ py2app] + * From the command line type: + * curl -O http://peak.telecommunity.com/dist/ez_setup.py + * sudo python ez_setup.py -U setuptools + * sudo easy_install -U py2app + # From within the src directory: + # Update hosts.txt to have preset options for the client. Hosts are comma separated and optional. + # Run:./makegitso.pl --> Gitso.dmg \ No newline at end of file