Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Homme Zwaagstra committed Jan 30, 2015
1 parent 953f178 commit a076888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ case you will need to provide the `GDAL_LIBRARY_DIR`, `GDAL_LIBRARY` and
`GDAL_INCLUDE_DIR` directives e.g.

```sh
cmake -DGDAL_LIBRARY_DIR=/home/gberaudo/dev/inst/lib \
-DGDAL_LIBRARY=/home/gberaudo/dev/inst/lib/libgdal.so \
-DGDAL_INCLUDE_DIR=/home/gberaudo/dev/inst/include \
cmake -DGDAL_LIBRARY_DIR=/home/user/install/lib \
-DGDAL_LIBRARY=/home/user/install/lib/libgdal.so \
-DGDAL_INCLUDE_DIR=/home/user/install/include \
..
```

Expand Down

0 comments on commit a076888

Please sign in to comment.