Skip to content

Commit 3131e35

Browse files
author
Dane Springmeyer
committed
copy edits
1 parent 17da827 commit 3131e35

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pages/downloads.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ We plan on providing prebuilt binaries soon for Mapnik 3.0.0.
1717

1818
### Source Installation
1919

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:
2121

2222
git clone https://github.com/mapnik/mapnik.git
2323
git checkout v3.0.0
24+
git submodule update --init
25+
./configure && make && make test
2426

2527
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.0/INSTALL.md)
2628

0 commit comments

Comments
 (0)