-
Notifications
You must be signed in to change notification settings - Fork 11
Installation
Windows To install on windows, download the program. Once you have done that, extract the files from the xkoranate folder. Right click on xkoranate.exe file and hit “run”.
Mac Download the program. Once you have done this, extract the files from the folder. Run xkoranate.app.
Linux (Credit to Damukuni for this guide) Step 1. Install a version of Qt
Step 2. Download the xkoranate source code
Step 3. Reboot your computer and log in again
Step 4. Open your favorite terminal and open the source tree “cd $DIR/xkoranate/src“
Step 5. Run QMake to generate the makefile necessary to compile the xkoranate binary “qmake-qt5”
Step 6. Make the binary using make. Make sure you have GCC and g++ installed before you run this command. “ make”
Step 7. Change to the parent directory (i.e., move up one level in the directory tree). “cd ..”
Step 8. Run xkoranate “./xkoranate“