File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
go-mapnik
2
2
=========
3
3
4
- Go bindings for mapnik (http://www.mapnik.org or
4
+ Go bindings for mapnik 2.2 (http://www.mapnik.org or
5
5
http://github.com/mapnik/mapnik )
6
6
7
+ Support for mapnik 3.0.0 is coming soon (tm).
8
+
7
9
These bindings rely on http://github.com/springmeyer/mapnik-c-api .
8
10
9
11
Installation
@@ -28,9 +30,9 @@ Installation
28
30
29
31
### Windows
30
32
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.
34
36
35
37
You also need to have the MSVC 10 compiler installed on your system.
36
38
@@ -40,7 +42,7 @@ happen to have the `windows/amd64` toolchain, either download Go binaries for
40
42
binaries on your own.
41
43
42
44
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
44
46
2 . Download the sources, either by
45
47
+ ` git clone ` the repository to $GOPATH/src/fawick/go-mapnik
46
48
You can’t perform that action at this time.
0 commit comments