Skip to main content
Home Documents Game Manuals Building Mac On Mac
Building Mac On Mac

Building Mac On Mac

Game Manuals · PDF
FilenameBuilding_Mac-on-Mac.pdf
Size0.05 MB
Subsection Building Mac On Mac
Downloads0
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Reader
Building Mac On Mac
/
Loading…
OCR / Text contents
http://maconmac.bastix.net/ Mac-on-Mac Sourcecode build instructions 1. Build the Core Open a Terminal window and switch to CORE/mol-bk directory of the unpacked Mac-on-Mac sourcecode package. do "./autogen.sh" do "make" chose "X11" and "X11-DGA" in the Menu config wait until compiling has finished you are done with this step 2. Build modloader Open the MODLOADER directory in Finder Open the Xcode project Make a deployment build you are done with this step 3. Build GUI Open the GUI directory in Finder Open the Xcode project Make a deployment build you are done with this step 3. Assemble everything to to an .app package Copy ./GUI/build/Mac-on-Mac.app to chosen directory Copy ./MODLOADER/build/modloader to _____Mac-on-Mac.app/Contents/Resources Copy ./[modload, momstart, modunload, mominstall] to _____Mac-on-Mac.app/Contents/MacOS Copy ./CORE/mol-bk/obj-osx/lib/bin/[mol, molrcget, startmol, _____selftest, moldeb] to Mac-on-Mac.app/Contents/MacOS/CORE Copy ./CORE/mollib/ to Mac-onMac.app/Contents/MacOS/CORE/mollib/ Copy ./CORE/obj-osx/lib/modules/ to Mac-on-Mac.app/ Contents/MacOS/CORE/modules/ Copy ./INSTALL/ to Mac-on-Mac.app/Contents/MacOS/INSTALL/ You are all set! 1 av 2
mp.ls