Updated FreeBSDInstallation (markdown)
parent
18c842a051
commit
556ef11c86
1 changed files with 4 additions and 6 deletions
|
@ -1,15 +1,9 @@
|
||||||
<!-- Name: FreeBSDInstallation -->
|
|
||||||
<!-- Version: 3 -->
|
|
||||||
<!-- Last-Modified: 2010/11/23 09:40:38 -->
|
|
||||||
<!-- Author: bcrosby -->
|
|
||||||
## Installing on FreeBSD
|
## Installing on FreeBSD
|
||||||
|
|
||||||
In most cases the FreeBSD port of Mapnik (located in /usr/ports/graphics/mapnik) will work. However, if the port is broken, or you'd like to install another version the following instructions will help.
|
In most cases the FreeBSD port of Mapnik (located in /usr/ports/graphics/mapnik) will work. However, if the port is broken, or you'd like to install another version the following instructions will help.
|
||||||
|
|
||||||
You will need to install the following ports/packages to ensure that mapnik will compile for you:
|
You will need to install the following ports/packages to ensure that mapnik will compile for you:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
graphics/png
|
graphics/png
|
||||||
graphics/tiff
|
graphics/tiff
|
||||||
graphics/jpeg
|
graphics/jpeg
|
||||||
|
@ -34,3 +28,7 @@ Once these libs are installed, you should be able to compile/install source by d
|
||||||
|
|
||||||
python scons/scons.py configure
|
python scons/scons.py configure
|
||||||
python scons/scons.py install
|
python scons/scons.py install
|
||||||
|
|
||||||
|
### Other references
|
||||||
|
|
||||||
|
- discussion of installing TileMill: http://support.mapbox.com/discussions/tilemill/2776-tilemill-installation-on-freebsd#comment_21576061
|
Loading…
Reference in a new issue