-
Notifications
You must be signed in to change notification settings - Fork 4
Install (Windows)
gotleg edited this page Mar 15, 2017
·
1 revision
``To run Minotor from the source code you will need to install these tools
- https://docs.google.com/file/d/0B1LZKOBK6wYBQXl1d2pEX3FnZlE/edit?usp=sharing (Unzip in C:\MinGW\
- http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-win-opensource-4.8.5-mingw.exe (C++ framework used to code Minotor)
- http://download.qt-project.org/official_releases/qtcreator/2.8/2.8.1/qt-creator-windows-opensource-2.8.1.exe (IDE to write code and compile)
- http://github-windows.s3.amazonaws.com/GitHubSetup.exe (to be able to clone the source code on your computer and get updates)
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.