Skip to content

Commit 547584c

Browse files
committed
updated readme to reflect restructuring forcus on UWP
1 parent 160c020 commit 547584c

File tree

1 file changed

+5
-28
lines changed

1 file changed

+5
-28
lines changed

Diff for: README.md

+5-28
Original file line numberDiff line numberDiff line change
@@ -17,43 +17,20 @@ If you would like to submit a pull-request it's best to fork the project and fol
1717

1818
The information below is subject to change at any time
1919

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-
4120
#### Windows
4221

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
4423
and will need to be built from source before you can build Hatchit.
4524

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>
4726

4827
##### Pre-Build
4928
We recommend using some sort of cmd replacement in Windows such as cmder or some sort of bash shell
5029
* 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+
5232
* Clone down the repo with `git clone --recursive http://github.com/thirddegree/Hatchit`
5333

54-
To build with Vulkan support you MUST have installed:
55-
* Vulkan SDK -- https://vulkan.lunarg.com/doc/sdk/1.0.46.0/windows/getting_started.html
56-
* Vulkan supported drivers!
5734

5835
##### Third Party
5936
Next up is building all the dependencies. Included in the repo is a batch script
@@ -66,4 +43,4 @@ that will build all necessary dependencies for Hatchit.
6643
This is the easy part!
6744

6845
* `cd` into `build`
69-
* Open the Hatchit.sln solution file or execute it with `MSBuild.exe` to build all targets
46+
* Open the `Hatchit.sln` solution file

0 commit comments

Comments
 (0)