Skip to content

Commit

Permalink
Merge pull request #8 from geoconcerns/bump-0.0.4
Browse files Browse the repository at this point in the history
bump to version 0.0.4
  • Loading branch information
eliotjordan committed May 13, 2016
2 parents 7adbd65 + 493dd14 commit f5470c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ Simple ruby access to the Mapnik library using [ruby-ffi](https://github.com/ffi

SimpleMapnik requires that Mapnik 3.x or 2.x be installed at `/usr/local/lib/libmapnik.*`. The gem comes with a pre-built c api library compiled on OSX 10.10.5. For linux a C++ compiler and build environment is needed.

If the OSX binary does not work, the library can be compiled (after installing a build environment) by running: ``` rake api:build ```.
If the OSX binary does not work, the library can be compiled (after installing a build environment) by running:

Mac OSX:
```
$ rake api:build
```

Mac OS X:

- https://github.com/mapnik/mapnik/wiki/MacInstallation or ```brew install mapnik```
- Build environment: [Xcode](https://developer.apple.com/xcode/)
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_mapnik/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleMapnik
VERSION = '0.0.3'.freeze
VERSION = '0.0.4'.freeze
end

0 comments on commit f5470c2

Please sign in to comment.