Skip to content

Commit

Permalink
Fixing up opengv doc
Browse files Browse the repository at this point in the history
I made a small correction to the opengv docs so that they can simply be copy pasted into the shell.
  • Loading branch information
FreakTheMighty committed Jan 7, 2016
1 parent a0671c4 commit 4af2109
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ Install OpenCV using
And install OpenGV using

git clone https://github.com/paulinus/opengv.git
cd opengv
git checkout python-wrapper
mkdir opengv/build
cd opengv/build
mkdir build
cd build
cmake .. -DBUILD_TESTS=OFF -DBUILD_PYTHON=ON
make install

Expand Down

0 comments on commit 4af2109

Please sign in to comment.