- Timestamp:
- 02/07/08 05:01:48 (10 months ago)
- Files:
-
- 1 modified
-
trunk/INSTALL (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r572 r641 15 15 - filesystem 16 16 - regex 17 - iostreams 17 18 - (Optional) program_options 18 19 - (Optional) python … … 42 43 43 44 $ cd /path/to/mapnik-sourcecode 44 $ /path/to/python scons/scons 45 $ /path/to/python scons/scons.py 45 46 46 47 This should compile and link the mapnik library, the input plugins and the python language binding (if possible). If any mandatory dependencies are not found the build will fail, and you will need to specify custom paths to your libraries and include files (see below). … … 52 53 To see the list of available options, from the root of the source distribution, run: 53 54 54 $ /path/to/python scons/scons -h55 $ /path/to/python scons/scons.py -h 55 56 56 57 You will get: … … 136 137 For example, if you compiled your own set of Boost libraries, you might use: 137 138 138 $ /path/to/python scons/scons BOOST_INCLUDES=/usr/local/include/boost-1_33_1 BOOST_LIBS=/usr/local/lib139 $ /path/to/python scons/scons.py BOOST_INCLUDES=/usr/local/include/boost-1_33_1 BOOST_LIBS=/usr/local/lib 139 140 140 141 … … 144 145 Once the build has successfully completed, you can install the various files on your system by executing: 145 146 146 $ /path/to/python scons/scons install147 $ /path/to/python scons/scons.py install 147 148 148 149 By default, everything will be installed under the PREFIX '/usr/local' as such:
