How to Compile UOX3 under Linux/macOS
Posted: Sat Jun 11, 2005 4:39 am
Step 1: Clone the UOX3 Git Repository
Using git and Terminal
First step, open a new terminal and enter the following commands:
(macOS Alternative) - Using GitHub Desktop
Using git and Terminal
First step, open a new terminal and enter the following commands:
- (Linux) sudo apt install git - This will install git if not already installed (Ubuntu/Debian-based Linux variants). If you're using a non-Debian flavour of Linux, use the default package manager that comes with it to install git instead.
- (macOS) xcode-select --install - This will install git if not already installed, along with required make and gcc tools
- [color=#BF0000]git clone https://github.com/UOX3DevTeam/UOX3.git[/color] - This will clone the stable branch of the UOX3 git repository into a subdirectory of the current directory you're in, named UOX3. The latest verified compatible version of SpiderMonkey (1.7) is also included.
- Continue to next post for Step 2 - Compiling UOX3!
(macOS Alternative) - Using GitHub Desktop
- Download and install the macOS version of GitHub Desktop.
- Run GitHub Desktop and click File->Clone Repository from the menu.
- Click the URL tab, enter https://github.com/UOX3DevTeam/UOX3.git, then provide a local path for where you want the UOX3 git repository cloned on your drive.
- Hit the Clone button!