Skip to content
gotleg edited this page Mar 15, 2017 · 3 revisions

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

  • Qt 4.8.6 (C++ framework used to code Minotor)
  • QtCreator (IDE to write code and compile)
  • Github (to be able to clone the source code on your computer and get updates)

To install the source code do the following

Now you should have Minotor’s source code on your computer (Minotor folder on home folder)

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

Clone this wiki locally