Skip to content
gotleg edited this page Mar 15, 2017 · 1 revision

``To run Minotor from the source code you will need to install these tools

To install the source code do the following

  • Create a directory on your computer where you want to put the source code (ex : C:\Minotor , I’ll consider this is the base directory change with your chosen directory for the following instructions )
  • Open a command line and go to this directory

cd C:\Minotor

  • Get the source code

https://github.com/minotor-org/minotor.git

Now you should have Minotor’s source code on your computer (C:\Minotor\minotor)

Now you have everything to compile and run minotor. Just launch QtCreator, open minotor’s project (C:\Minotor\minotor\Minotor.pro) , compile it and run it.

You’ll probably need to create a directory to store midimapping in C:\Users\YOUR USER NAME\AppData\Local\Minotor. AppData is an hidden directory so verify to enable hidden directories display in your windows.

Clone this wiki locally