Fix install doc formatting.

This commit is contained in:
Sean Gillies 2014-09-04 10:21:12 -06:00
parent afe770a708
commit 648dea63ac

View file

@ -4,18 +4,14 @@ Mapnik is cross platform and runs on Linux, Mac OSX, Solaris, *BSD, and Windows.
To configure and build Mapnik do: To configure and build Mapnik do:
```bash ./configure
$ ./configure make
$ make
```
To use a Python interpreter that is not named `python` for your build, do To use a Python interpreter that is not named `python` for your build, do
something like the following instead: something like the following instead:
```bash PYTHON=python2 ./configure
$ PYTHON=python2 ./configure make PYTHON=python2
$ make PYTHON=python2
```
NOTE: the above will not work on windows, rather see https://github.com/mapnik/mapnik/wiki/WindowsInstallation NOTE: the above will not work on windows, rather see https://github.com/mapnik/mapnik/wiki/WindowsInstallation