-
Notifications
You must be signed in to change notification settings - Fork 4
Install (MacOS)
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
- Go to our GitHub (https://github.com/minotor-org/minotor) and click on the “Clone in Desktop” button (on right column).
- You will need to log in (or sign in) to your github account, then cources will be downloaded
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.