You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building.md
+1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## Prerequestites
4
4
QT6 is required to build this project. On MacOS or Linux you can get the libraries from your package manager.
5
5
On Windows you can either build QT yourself, or [download it](https://www.qt.io/download-qt-installer). Make sure that the QT compiler bin and lib directories are added to your system PATH variable [(guide)](https://youtu.be/rnogAji_I5E?si=yG-h8Z5A5h3anPI3&t=97).
6
+
> On Windows: Gatality only builds with MSVC on Windows. Make sure you install QT with MSVC and not MinGW. Also make sure you have installed [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/)
6
7
7
8
## Getting the source
8
9
You can start by cloning this repo. We use git submodules to keep all of the other dependencies within the project.
0 commit comments