Skip to content
svbeon edited this page May 26, 2016 · 2 revisions

Windows

Mac / Linux

You can run Trizbort on Mac/Linux using Wine with some help from Winetricks the following has been tested on OS X el Capitan:

  1. Download and install Wine from Winehq.org
  2. Download and install winetricks
  • I highly reccomend installing both globaly on the system
  1. Download and install cabextract
  • For example by running $ brew install cabextract
  1. Run $ winetricks install dotnet45 and follow the instructions
  • If i don't missmind, .NET 3.0 installer will hide in the background, double click on its logo in the top right corner of the menulist of OS X to bring it back and finish the installation
  1. Download Trizbort, unzip and doubleclick on it to run.
  • Or run it via CLI by running the wine application and in the terminal that appears run $ wine PATH/TO/Trizbort.exe
Clone this wiki locally