Skip to content
Alexander Puck Neuwirth edited this page Apr 6, 2023 · 1 revision

Install on Mac

Terminal:

  1. "xcode-select --install"
  2. "brew install boost"
  3. "brew install git"
  4. cd to wanted tuo-install directory
  5. "git clone https://github.com/APN-Pucky/tyrant_optimize.git"
  6. "cd tyrant_optimize"
  7. "make rebuild -f make/Makefile.osx" or "make rebuild"
  8. "chmod 755 tuo.osx"
  9. ./update_xmls.sh

Update on Mac

In order to get a new updated version you can use:

  1. cd tyrant_optimize
  2. "git pull"
  3. "make rebuild -f make/Makefile.osx" or "make rebuild"