Skip to content

Commit

Permalink
docs: Document package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Dec 30, 2023
1 parent 56838b2 commit 445263d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Package go-proj provides an interface to [PROJ](https://proj.org).
$ go get github.com/twpayne/go-proj/v10
```

You must also install the PROJ development headers and libraries. These are
typically in the package `libproj-dev` on Debian-like systems, `proj-devel` on
RedHat-like systems, and `proj` in Homebrew.

## Example

```go
Expand Down

0 comments on commit 445263d

Please sign in to comment.