dvprojekt
Source Code from DV-Projekt.
Installation
- Install the DirectX SDK
- Download: http://www.microsoft.com/en-us/download/details.aspx?id=6812
- Before you install go to the windows control panel -> program and features and check if you have the Microsoft Visual C++ 2010 redistributable x86 and x64 entries. If so deinstall them first (otherwise you will get an S1023 Error)
- Now install the DirectX SDK
- If everything goes well, install the redistributables again: http://www.microsoft.com/de-de/download/details.aspx?id=8328 and http://www.microsoft.com/de-de/download/details.aspx?id=13523
- Install the boost library into the default directory as described here: http://bpaetzold.blogspot.com/2015/04/kurzanleitung-boost-installieren.html
- Currently Boost 1.57 and 1.58 are supported.
- Make sure you have the library folder (e. g. C:\local\boost_1_58_0\lib64-msvc-12.0).
- Install Qt Open Source edition from here: http://www.qt.io/download-open-source/
- Currently Qt 5.4.2 in the version msvc2013_64 is supported.
- Add the Qt bin directory (e. g. C:\Qt\5.4\msvc2013_64\bin) to your system path variable (requires relogin).
- In your repository folder go to Lib/Release64 and unzip Vektoria_Release64.zip so that the Vektoria_Release64.lib will be located in that folder.
- Our main project is Hochspannung. You should be able to open and run the corresponding Hochspannung.sln file. x64 build is recommended.