2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-17 03:26:02 +00:00
GlosSI-fork/Build_Install.md

26 lines
1017 B
Markdown
Raw Normal View History

2017-02-27 08:43:27 +00:00
# Building GloSC
**Build requirements:**
- M$ Visual Studio (2019, Community is fine)
- [Qt 5.13.2](http://info.qt.io/download-qt-for-application-development) (x86)
2017-02-27 08:43:27 +00:00
- [Qt Visual Studio Tools](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools)
- [ViGEm](https://github.com/nefarius/ViGEm)
- [Windows 10 SDK version 10.0.18362.0](https://go.microsoft.com/fwlink/?linkid=2083338)
2017-02-27 08:43:27 +00:00
ViGEms user mode library as well as [SFML](http://sfml-dev.org) are bundled in the repo.
2018-03-18 16:46:56 +00:00
For ViGEms installation refer to the Readme-files from the relevant sub-projects, or use provided install script (in redist)
2017-02-27 08:43:27 +00:00
--
2018-03-18 16:46:56 +00:00
Set the correct Qt version for "*GloSC*", and "*SteamTarget*" depending on your build.
2017-02-27 08:43:27 +00:00
Rebuild the solution and you should be good to go.
# Installation
2018-03-18 16:46:56 +00:00
Copy all **files** out of the relevant build directories, as well as, "*TargetConfig.ini*" and the relevant SFML and QT .dll-files in a separate directory.
2017-02-27 08:43:27 +00:00
Afterwards create your shortcuts with GloSC and you are ready to go.