Sha256: a637d12f51b03f52654e107b0f82bc055140e88f77c49bca1ada8ba2ced34fce
Contents?: true
Size: 537 Bytes
Versions: 8
Compression:
Stored size: 537 Bytes
Contents
# Building H3 on Windows H3 has been successfully built on Windows using Visual Studio 2017. You can use the CMake GUI to configure the Visual Studio project files needed to build H3. Alternately, you can do the same from the command line: ``` mkdir build cd build cmake .. ``` You can now open `h3.sln` and build the `ALL_BUILD` project to build the H3 library, filter applications, and tests. Tests can be run by building the `RUN_TESTS` project. From the command line: ``` msbuild ALL_BUILD.vcxproj msbuild RUN_TESTS.vcxproj ```
Version data entries
8 entries across 8 versions & 1 rubygems