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: README.md
+5-28
Original file line number
Diff line number
Diff line change
@@ -17,43 +17,20 @@ If you would like to submit a pull-request it's best to fork the project and fol
17
17
18
18
The information below is subject to change at any time
19
19
20
-
#### Linux
21
-
22
-
All testing and development so far has been done on Ubuntu 16.04 XENIAL
23
-
24
-
Install the following dependencies:
25
-
* GCC (minimum required version. 5.0) -- for C++11/14 support
26
-
* CMake
27
-
* glfw3
28
-
* bullet3
29
-
* assimp
30
-
* tinyxml2
31
-
* freetype
32
-
* openal-soft
33
-
* Vulkan SDK (For Vulkan Support -- https://vulkan.lunarg.com/doc/sdk/1.0.46.0/linux/getting_started.html)
34
-
35
-
Then follow these simple directions:
36
-
* Clone down the repo with `git clone --recursive http://github.com/thirddegree/Hatchit`
37
-
* Make a build dir (e.g. mkdir build)
38
-
* cd into build/ and run cmake ..
39
-
* Now just run make to build Hatchit
40
-
41
20
#### Windows
42
21
43
-
Due to the lack of a package managerment system for Windows. Most dependencies of Hatchit are submodules
22
+
Due to the lack of a package management system for Windows. Most dependencies of Hatchit are submodules
44
23
and will need to be built from source before you can build Hatchit.
45
24
46
-
All testing and development has been done on <b>Windows 10</b> with <b>Visual Studio 2015</b>
25
+
All testing and development has been done on <b>Windows 10</b> with <b>Visual Studio 2017</b>
47
26
48
27
##### Pre-Build
49
28
We recommend using some sort of cmd replacement in Windows such as cmder or some sort of bash shell
50
29
* Install CMake and make sure it is in your path
51
-
* Make sure that you can run `msbuild.exe` from your shell. If it's not there try running the `vcvarsall.bat` file located at `C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat` for Visual Studio 2015
30
+
* Make sure that you have access to `vswhere.exe` a new utility supported by Microsoft for Visual Studio 2017 and its subsequent releases. [https://github.com/Microsoft/vswhere](https://github.com/Microsoft/vswhere)
31
+
52
32
* Clone down the repo with `git clone --recursive http://github.com/thirddegree/Hatchit`
53
33
54
-
To build with Vulkan support you MUST have installed:
0 commit comments