Changes between Version 6 and Version 7 of Mac OS X build instructions
- Timestamp:
- Jan 15, 2007 8:47:04 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mac OS X build instructions
v6 v7 9 9 * The SDL library. Check your favorite package manager - Mac Ports, Fink,... 10 10 * The i386-elf-gcc package from Mac Ports. (This requirement will go away later.) 11 * Latest kBuild 0.1.x: 12 1. Go to the root directory of the checkout (where Config.kmk reside). 13 1. Remove the ./kBuild tree: 14 {{{ 15 rm -Rf ./kBuild 16 }}} 17 1. Check out the most recent release: 18 {{{ 19 svn co http://svn.netlabs.org/repos/kbuild/trunk/kBuild kBuild 20 }}} 11 21 * ... 12 22