forked from brikikeks/tyrant_optimize
-
Notifications
You must be signed in to change notification settings - Fork 7
build Mac
Alexander Puck Neuwirth edited this page Apr 6, 2023
·
1 revision
- "xcode-select --install"
- "brew install boost"
- "brew install git"
- cd to wanted tuo-install directory
- "git clone https://github.com/APN-Pucky/tyrant_optimize.git"
- "cd tyrant_optimize"
- "make rebuild -f make/Makefile.osx" or "make rebuild"
- "chmod 755 tuo.osx"
- ./update_xmls.sh
In order to get a new updated version you can use:
- cd tyrant_optimize
- "git pull"
- "make rebuild -f make/Makefile.osx" or "make rebuild"