Changes between Version 1 and Version 2 of dev/setup/osx-builder
- Timestamp:
- Oct 20, 2012, 9:31:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/setup/osx-builder
v1 v2 11 11 === Install homebrew === 12 12 13 * ''' Visit and install''' [http://mxcl.github.com/homebrew/ Homebrew]13 * '''Install''' [http://mxcl.github.com/homebrew/ Homebrew] 14 14 * paste the command printed at the bottom of the website 15 15 * run `brew doctor` 16 * (optional) run `brew install git `16 * (optional) run `brew install git vim` 17 17 18 18 === Install tools === 19 19 20 {{{ 21 #!sh 22 brew install automake libtool 23 brew install gnu-sed dos2unix 24 brew install sdl sdl_image sdl_mixer 25 }}} 26 27 === Install the Python setuptools === 28 29 * '''download''' [http://pypi.python.org/pypi/setuptools/ a setuptools .egg] from the setuptools package page 30 * '''install''' setuptools with `sudo sh [name of the .egg]` 31 * '''upgrade''' setuptools with `sudo easy_install setuptools` 32 33 === Install the Bitten slave === 34 35 * '''install''' Bitten using `easy_install http://svn.edgewall.org/repos/bitten/trunk/`