Skip to content

HochschuleKempten/dvprojekt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dvprojekt

Source Code from DV-Projekt.

Installation

  1. Install the DirectX SDK
  2. Download: http://www.microsoft.com/en-us/download/details.aspx?id=6812
  3. 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)
  4. Now install the DirectX SDK
  5. 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
  6. Install the boost library into the default directory as described here: http://bpaetzold.blogspot.com/2015/04/kurzanleitung-boost-installieren.html
  7. Currently Boost 1.57 and 1.58 are supported.
  8. Make sure you have the library folder (e. g. C:\local\boost_1_58_0\lib64-msvc-12.0).
  9. Install Qt Open Source edition from here: http://www.qt.io/download-open-source/
  10. Currently Qt 5.4.2 in the version msvc2013_64 is supported.
  11. Add the Qt bin directory (e. g. C:\Qt\5.4\msvc2013_64\bin) to your system path variable (requires relogin).
  12. 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.
  13. Our main project is Hochspannung. You should be able to open and run the corresponding Hochspannung.sln file. x64 build is recommended.