User Tools

Site Tools


en:tutorials:orx:mac:setting_up_dev_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:orx:mac:setting_up_dev_on_mac [2018/05/31 04:05 (6 years ago)] sausageen:tutorials:orx:mac:setting_up_dev_on_mac [2020/08/20 05:27 (4 years ago)] (current) – ↷ Links adapted because of a move operation sausage
Line 1: Line 1:
-<WRAP center round box 60%> 
-In progress. 
-</WRAP> 
- 
- 
 ====== Setting up a Development Environment for Mac OS X ====== ====== Setting up a Development Environment for Mac OS X ======
  
Line 10: Line 5:
 This guide has been prepared on a fresh installation of High Sierra in order to cover all the very basic requirements. This guide has been prepared on a fresh installation of High Sierra in order to cover all the very basic requirements.
  
-{{ :en:orx:mac:fresh-desktop.jpg |}}+{{ tutorials:orx:mac:fresh-desktop.jpg |}}
  
 The setup is very simple, and contrary to popular belief, the Xcode IDE is not required.  The setup is very simple, and contrary to popular belief, the Xcode IDE is not required. 
Line 20: Line 15:
   - One MacOSX SDK   - One MacOSX SDK
  
-And the nice thing is, all of the above will be installed in one go via the Xcode Commandline Developer Tools. Let's do this now.+And the nice thing is, all of the above will be installed in one go via the //Xcode Commandline Developer Tools//. Let's do this now.
  
-{{ :en:orx:mac:gcc-command-prompt-for-commandline-tools.jpg |}}+{{ tutorials:orx:mac:gcc-command-prompt-for-commandline-tools.jpg |}}
  
   - Open a Terminal    - Open a Terminal 
   - Type ''gcc''   - Type ''gcc''
  
-You will not have ''gcc'' on your system, but Mac OSX has stubs on the system that catch this command and a prompt will appear allowing you to download the Xcode Commandline Developer Tools. +You will not have ''gcc'' on your system, but Mac OSX has stubs on the system that catch this command and a prompt will appear allowing you to download the //Xcode Commandline Developer Tools//
  
 +<WRAP center round tip 80%>
 Please note: Do not click the ''Get Xcode'' button. That would download the entire Xcode. Instead, just click the ''Install'' button. Please note: Do not click the ''Get Xcode'' button. That would download the entire Xcode. Instead, just click the ''Install'' button.
 +</WRAP>
 +
  
 The download will begin. Should be around a 45MB download, which is quite reasonable: The download will begin. Should be around a 45MB download, which is quite reasonable:
  
-{{ :en:orx:mac:commandline-tools-downloading.jpg |}}+{{ tutorials:orx:mac:commandline-tools-downloading.jpg |}}
  
 Once download completes, the following prompt appears: Once download completes, the following prompt appears:
  
-{{ :en:orx:mac:commandline-tools-download-complete.jpg |}}+{{ tutorials:orx:mac:commandline-tools-download-complete.jpg |}}
  
 Now you can explore what you have just downloaded. Use finder, and visit the following location: Now you can explore what you have just downloaded. Use finder, and visit the following location:
Line 43: Line 41:
 ''MacintoshHD / Library / Developer / CommandLineTools'' ''MacintoshHD / Library / Developer / CommandLineTools''
  
-{{ :en:orx:mac:commandline-tools-sdk-folder-location.jpg |}}+{{ tutorials:orx:mac:commandline-tools-sdk-folder-location.jpg |}}
  
 In the ''SDKs'' folder is (as you'd imagine) the SDK that the tools installed. The ''CommandLineTools/usr'' folder contains the gcc compiler tools as well as ''git'' plus many other tools we don't need to cover. In the ''SDKs'' folder is (as you'd imagine) the SDK that the tools installed. The ''CommandLineTools/usr'' folder contains the gcc compiler tools as well as ''git'' plus many other tools we don't need to cover.
  
-And that is it. Your Mac system is ready to start developing with Orx.+And that'it. Your Mac system is ready to start developing with Orx.
  
-The [[en:orx:mac:cloning_and_building_orx_on_mac|next article]] will cover using ''git'' to download the Orx library, and then how to compile it using the gcc compiler against the MacOSX SDK.+The [[en:tutorials:orx:mac:cloning_and_building_orx_on_mac|next article]] will cover using ''git'' to download the Orx library, and then how to compile it using the gcc compiler against the MacOSX SDK.
en/tutorials/orx/mac/setting_up_dev_on_mac.1527764739.txt.gz · Last modified: 2018/05/31 07:05 (6 years ago) (external edit)