mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 14:23:23 +02:00
Minor grammar corrections
Corrected line breaks.
This commit is contained in:
parent
5949d01bbd
commit
8212f86bfb
2 changed files with 13 additions and 6 deletions
3
BUILD.md
3
BUILD.md
|
@ -8,7 +8,8 @@
|
|||
* [Soxr](http://sourceforge.net/projects/soxr/) ~> 0.1.1
|
||||
* [Bullet Physics Engine](https://code.google.com/p/bullet/downloads/list) ~> 2.82
|
||||
* [Gverb](https://github.com/highfidelity/gverb/archive/master.zip) (direct download to latest version)
|
||||
* [VHACD](https://github.com/virneo/v-hacd)
|
||||
* [VHACD](https://github.com/virneo/v-hacd)(clone this repository)
|
||||
|
||||
#### CMake External Project Dependencies
|
||||
|
||||
The following dependencies will be downloaded, built, linked and included automatically by CMake where we require them. The CMakeLists files that handle grabbing each of the following external dependencies can be found in the [cmake/externals folder](cmake/externals). The resulting downloads, source files and binaries will be placed in the `build` directory in each of the subfolders for each external project. These are not placed in your normal build tree when doing an out of source build so that they do not need to be re-downloaded and re-compiled every time the CMake build folder is cleared.
|
||||
|
|
16
BUILD_WIN.md
16
BUILD_WIN.md
|
@ -119,11 +119,17 @@ system likely has many copies of zlib1.dll, and you want High Fidelity to use th
|
|||
|
||||
###vhacd
|
||||
Download it directly from https://github.com/virneo/v-hacd
|
||||
cd src\
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
Build using visual studio 2013. Build ALL_BUILD and INSTALL targets both in Release and Debug. This create a output folder with include and lib directory.
|
||||
|
||||
To build it run the following commands
|
||||
1. cd src\
|
||||
2. mkdir build
|
||||
3. cd build
|
||||
4. cmake ..
|
||||
|
||||
Build using visual studio 2013. Build ALL_BUILD and INSTALL targets both in Release and Debug.
|
||||
|
||||
This will create an output folder with include and lib directory inside it.
|
||||
|
||||
Either copy that folder to ENV %HIFI_LIB_DIR%/vhacd or create an environment variable VHACD_ROOT_DIR to this output directory.
|
||||
|
||||
###freeglut
|
||||
|
|
Loading…
Reference in a new issue