You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/downloads.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,12 @@ We plan on providing prebuilt binaries soon for Mapnik 3.0.0.
17
17
18
18
### Source Installation
19
19
20
-
To build Mapnik v2.2.0 from source either download the [v3.0.0 tarball](https://mapnik.s3.amazonaws.com/dist/v3.0.0/mapnik-v3.0.0.tar.bz2) or pull directly from github:
20
+
To build Mapnik v3.3.0 from source either download the [v3.0.0 tarball](https://mapnik.s3.amazonaws.com/dist/v3.0.0/mapnik-v3.0.0.tar.bz2) or pull directly from github:
21
21
22
22
git clone https://github.com/mapnik/mapnik.git
23
23
git checkout v3.0.0
24
+
git submodule update --init
25
+
./configure && make && make test
24
26
25
27
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.0/INSTALL.md)
0 commit comments