Minor grammar corrections

Corrected line breaks.
This commit is contained in:
Virendra Singh 2015-02-23 12:19:45 +05:30
parent 5949d01bbd
commit 8212f86bfb
2 changed files with 13 additions and 6 deletions

View file

@ -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.

View file

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