Skip to content

Commit

Permalink
fix typo in install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavnokoman committed Sep 14, 2018
1 parent 9d923de commit 2ae00cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ cmake --build . --target install
Install script depends on ```cmake``` and ```cget``` (```pip install cget```) to be available.
Replace ```VUH_SOURCE_DIR``` and ```DEPENDENCIES_INSTALL_DIR``` by their values on your system.
Build out of source.
```bash
```bash
export CGET_PREFIX=${DEPENDENCIES_INSTALL_DIR}
${VUH_SOURCE_DIR}/config/install_dependencies.sh
cmake ${VUH_SOURCE_DIR} -DCMAKE_PREFIX_PATH=${DEPENDENCIES_INSTALL_DIR}
cmake -DCMAKE_PREFIX_PATH=${DEPENDENCIES_INSTALL_DIR} ${VUH_SOURCE_DIR}
cmake --build . --target install
```
### Windows
Expand Down

0 comments on commit 2ae00cc

Please sign in to comment.