Fix install doc formatting.
This commit is contained in:
parent
afe770a708
commit
648dea63ac
1 changed files with 4 additions and 8 deletions
12
INSTALL.md
12
INSTALL.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue