===== Getting Git ===== The git repo version of Orx is the recommended version of Orx to use. You will need git in order to download Orx from github. If you already have git installed, you can proceed to: [[en:tutorials:orx:cloning_orx_from_github|Cloning Orx from Github]] If you do not have git, you can get it in different ways depending on your operating system. ==== Git for Windows ==== https://git-scm.com/download/win ==== Git for Mac ==== https://git-scm.com/download/mac An easier method for Mac OSX is to install the Xcode Commandline Developer Tools described [[en:tutorials:orx:mac:setting_up_dev_on_mac|here]]. ==== Git for Linux Distros ==== https://git-scm.com/download/linux ===== Git Bash ===== Once installed, open the Git Bash application which is git's terminal console. To ensure git is installed properly, type: ''git --version'' ===== Getting Orx ===== You can now continue on to: [[en:tutorials:orx:cloning_orx_from_github|Cloning Orx from Github]]