Skip to content

Commit

Permalink
[build] Fix a typo in BUILD.md openMVG#1384
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Sep 16, 2018
1 parent 191834b commit 09e4514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $ ./bootstrap-vcpkg.sh/bat

Checking OpenMVG 3rd party dependencies by using VCPKG (configure your build triplet if needed see `--triplet`)
```shell
$ ./vcpkg install cereal ceres eigen3 libjpeg-turbo libpng tiff
$ ./vcpkg install cereal ceres eigen3 libjpeg-turbo libpng tiff
```
Note: If you want to use ceres with a sparse back end, please use one of this choice `ceres[cxsparse]` or `ceres[suitesparse]` or `ceres[eigensparse]`.

Expand All @@ -156,7 +156,7 @@ Checking out OpenMVG and build it
$ git clone --recursive https://github.com/openMVG/openMVG.git
$ mkdir openMVG_Build
$ cd openMVG_Build
$ cmake -DCMAKE_TOOLCHAIN_FILE=<VCPK_ROOT>/scripts/buildsystems/vcpkg.cmake ../openMVG/src/
$ cmake -DCMAKE_TOOLCHAIN_FILE=<VCPKG_ROOT>/scripts/buildsystems/vcpkg.cmake ../openMVG/src/
$ cmake --build .
```

Expand Down

0 comments on commit 09e4514

Please sign in to comment.