mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
543 B
543 B
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 and MacPorts
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