Skip to content

Commit

Permalink
Update BUILD.md (openMVG#1571)
Browse files Browse the repository at this point in the history
Added the cmake build command for clarity to the Mac build instructions
  • Loading branch information
tjdahlke authored Oct 20, 2021
1 parent 5ac975c commit 3eecbbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ otherwise you can use standard makefiles
```shell
$ cmake -DCMAKE_BUILD_TYPE=RELEASE . ../openMVG/src/
```
After, you build
```
$ cmake --build . --target install
```

Compiling using VCPKG
-----------------------
Expand Down

0 comments on commit 3eecbbf

Please sign in to comment.