Skip to content

Commit

Permalink
Update prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
r-barnes committed Oct 25, 2020
1 parent 7e80a14 commit 03e1fb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Requirements
* [C++11](https://en.wikipedia.org/wiki/C%2B%2B11)
* [zlib](http://www.zlib.net/)
* [GDAL](http://www.gdal.org/)
* [Cmake](https://cmake.org/)

On an Ubuntu/Debian system you can obtain these with:

sudo apt install cmake libgdal-dev zlib1g-dev g++

Compilation
===========
Expand Down

0 comments on commit 03e1fb4

Please sign in to comment.