Skip to content

Commit 713303e

Browse files
committed
Update README.md w/ 3.3 note
1 parent f348504 commit 713303e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
go-mapnik
22
=========
33

4-
Go bindings for mapnik (http://www.mapnik.org or
4+
Go bindings for mapnik 2.2 (http://www.mapnik.org or
55
http://github.com/mapnik/mapnik)
66

7+
Support for mapnik 3.0.0 is coming soon (tm).
8+
79
These bindings rely on http://github.com/springmeyer/mapnik-c-api.
810

911
Installation
@@ -28,9 +30,9 @@ Installation
2830

2931
### Windows
3032

31-
On Windows, go-mapnik is restricted to GOARCH=386 for the moment, as the SDK is
32-
build with MSVC 32-bit and the C api must be build with a compatible
33-
compiler as a DLL before the Go bindings can be linked against it. This way
33+
On Windows, go-mapnik is restricted to GOARCH=386 and Mapnik 2.2 for the moment,
34+
as the precompiled 2.2 SDK is build with MSVC 32-bit and the C api must be build with a
35+
compatible compiler as a DLL before the Go bindings can be linked against it.
3436

3537
You also need to have the MSVC 10 compiler installed on your system.
3638

@@ -40,7 +42,7 @@ happen to have the `windows/amd64` toolchain, either download Go binaries for
4042
binaries on your own.
4143

4244

43-
1. Install Mapnik Windows 32bit SDK from http://www.mapnik.org/download
45+
1. Install Mapnik 2.2 Windows 32bit SDK from http://mapnik.org/pages/downloads.html
4446
2. Download the sources, either by
4547
+ `git clone` the repository to $GOPATH/src/fawick/go-mapnik
4648

0 commit comments

Comments
 (0)