Dactyloidae/docs/build/darwin-x64.md

21 lines
543 B
Markdown

# How to compile Dactyloidae version 13.2 for macOS (Intel 64-bit aka x86-64 aka AMD64)
## This guide is still WIP and missing some steps. If you find some missing steps, please contact me via Discord. (wgiagain)
Step 1. Download [Brew](https://brew.sh) and [MacPorts](https://macports.org)
Step 2. Download pyenv from brew with:
``brew install pyenv``
Step 3. Install Python 2.7 via pyenv with:
``pyenv install 2.7.18``
Step 4. Clone this repository with:
``git clone https://repo.dactyloidae.xyz/Dactyloidae/UXP.git``
Step 5.
todo