-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Download this repository and extract it to a preferred location on your computer and follow the instructions for your operation system below.
.bat scripts are currently being worked on so these steps will not work.
-
Download and install Python 3.12.3. Use the "Customize installation" option and make sure "pip" and "tcl/tk and IDLE" are selected on the Optional Features page and "Add python to environmental variables" is selected on the following page.
-
Run the installation script by opening
install_win.bat
-
Launch Ortho4XP using
start_win.bat
Not yet updated.
-
Open Terminal and navigate to the Ortho4XP directory. A simple way to do this is hold the Control key and mouse click (or just "right click") the Ortho4XP folder, select "Services" -> "New Terminal at Folder". The additional steps are Terminal commands.
-
Install Command Line Tools (CLT) for Xcode:
xcode-select --install
-
Install the Homebrew package manager:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
Update the install_mac.sh permissions to allow it to be executed:
chmod 755 install_mac.sh
-
Run the installation script:
./install_mac.sh
Note: The install process can take 30+ minutes depending on your system.