Changes between Version 35 and Version 36 of dev/MacOSX
- Timestamp:
- Nov 24, 2010, 5:47:14 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v35 v36 39 39 40 40 For the suicidal ones, here's the dependency list, if you want to compile them yourself (files are preferentially dynamically linked): 41 Please note though: Apple uses an "install name" for its libraries. Follow the CocoaDev guide to set these install names appropriately: [http://www.cocoadev.com/index.pl?ApplicationLinking "Application Linking"] 41 42 42 43 || Library name || Minimum Version || Recommended Version || Notes || … … 45 46 || Boost libraries || 1.35 || 1.44 || Hint: Use MacPorts || 46 47 || ENet (Network library) || 1.1 || - || Included in orxonox || 47 || Lua (scripting language) || 5.0 or 5.1 || 5.1.4 || Hint: Use the patchfile located in the Tools directory of the dependency package ||48 || Lua (scripting language) || 5.0 or 5.1 || 5.1.4 || Hint: Use the patchfile located in the Tools directory of the dependency package ($patch -p1 -i patchfile) || 48 49 || Tcl (shell script language) || 8.4 or 8.5 || - || Use Apple system version || 49 50 || OpenAL (audio) || (not yet specified) || - || Use Apple system version ||