User Tools

Site Tools


en:tutorials:orx:mac:cloning_and_building_orx_on_mac

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:tutorials:orx:mac:cloning_and_building_orx_on_mac [2020/08/20 05:27 (4 years ago)] – ↷ Page moved from en:orx:mac:cloning_and_building_orx_on_mac to en:tutorials:orx:mac:cloning_and_building_orx_on_mac sausageen:tutorials:orx:mac:cloning_and_building_orx_on_mac [2024/02/26 23:17 (4 weeks ago)] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Cloning and building the Orx library on the Mac with gmake ====== ====== Cloning and building the Orx library on the Mac with gmake ======
  
-In the [[en:orx:mac:setting_up_dev_on_mac|last article]], I showed you how to get your Mac ready to develop Orx by downloading the //Xcode Commandline Developer Tools// which gives you ''git'', ''gcc'' and a MacOSX SDK.+In the [[en:tutorials:orx:mac:setting_up_dev_on_mac|last article]], I showed you how to get your Mac ready to develop Orx by downloading the //Xcode Commandline Developer Tools// which gives you ''git'', ''gcc'' and a MacOSX SDK.
  
 ''git'' is the tool that we will use to clone (or download) the latest repo of the Orx library. ''git'' is the tool that we will use to clone (or download) the latest repo of the Orx library.
Line 131: Line 131:
 </WRAP> </WRAP>
  
-As we are setting up without ''Xcode'', let's use ''gmake'' as our method to build Orx as it is available to everyone (if you followed the [[en:orx:mac:setting_up_dev_on_mac|first article]]).+As we are setting up without ''Xcode'', let's use ''gmake'' as our method to build Orx as it is available to everyone (if you followed the [[en:tutorials:orx:mac:setting_up_dev_on_mac|first article]]).
  
   * cd into the build folder:   * cd into the build folder:
Line 142: Line 142:
  
 <code> <code>
-$ make config=debug64+$ make config=debuguniv64
 </code> </code>
  
Line 148: Line 148:
  
 <code> <code>
-==== Building orxLIB (debug64) ====+==== Building orxLIB (debuguniv64) ====
 Creating obj/x64/Debug/orxLIB Creating obj/x64/Debug/orxLIB
 orxPlugin_EmbeddedList.cpp orxPlugin_EmbeddedList.cpp
Line 161: Line 161:
 Running post-build commands Running post-build commands
 cp -f ../../../lib/dynamic/liborx*.dylib ../../../bin cp -f ../../../lib/dynamic/liborx*.dylib ../../../bin
-==== Building orx (debug64) ====+==== Building orx (debuguniv64) ====
 Creating obj/x64/Debug/orx Creating obj/x64/Debug/orx
 orxMain.c orxMain.c
 Linking orx Linking orx
 ld: warning: directory not found for option '-L/usr/lib64' ld: warning: directory not found for option '-L/usr/lib64'
-==== Building Bounce (debug64) ====+==== Building Bounce (debuguniv64) ====
 Creating obj/x64/Debug/Bounce Creating obj/x64/Debug/Bounce
 orxBounce.c orxBounce.c
Line 176: Line 176:
  
 <code> <code>
-$ make config=profile64+$ make config=profileuniv64
 </code> </code>
  
Line 182: Line 182:
  
 <code> <code>
-$ make config=release64+$ make config=releaseuniv64
 </code> </code>
  
  
-{{section>en:orx:mac:finding_the_orx_libraries_for_mac&nofooter&noeditbutton}}+{{section>en:tutorials:orx:mac:finding_the_orx_libraries_for_mac&nofooter&noeditbutton}}
  
  
en/tutorials/orx/mac/cloning_and_building_orx_on_mac.1597926449.txt.gz · Last modified: 2020/08/20 05:27 (4 years ago) by sausage