Skip to content

Commit

Permalink
Update README for 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atetlaw committed Jul 5, 2020
1 parent 2bab633 commit 08b0230
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 @@ -4,7 +4,7 @@
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)

Uses PROJ coordinate transformation software library; Open Source Geospatial Foundation; Version 7.0 - https://github.com/OSGeo/PROJ
Uses PROJ coordinate transformation software library; Open Source Geospatial Foundation; Version 7.1.0 - https://github.com/OSGeo/PROJ

## Build
Add this repository to your projects Cartfile
Expand All @@ -24,7 +24,7 @@ import proj

Requires `libsqlite3` (linked)

Proj 7.0 requires `proj.db` at runtime. [proj.db](https://github.com/atetlaw/projios/blob/master/proj.db) is the generated db file.
Proj requires `proj.db` at runtime. [proj.db](https://github.com/atetlaw/projios/blob/master/proj.db) is the generated db file.

What I did is:
* take the file add it to my main app project
Expand All @@ -36,7 +36,7 @@ setenv("PROJ_LIB", Bundle.main.bundlePath, 1)

If you want to generate the db file yourself:

* `$ brew install autoconf automake libtool libtiff` (if you don't have them installed like me, also 7.0 requires `libtiff`)
* `$ brew install autoconf automake libtool libtiff` (if you don't have them installed like me)
* `cd` to the main `proj` directory (where the proj submodule code resides)
* run `$ ./autogen.sh`
* run `$ ./configure`
Expand Down

0 comments on commit 08b0230

Please sign in to comment.