Changeset 641 for trunk

Show
Ignore:
Timestamp:
02/07/08 05:01:48 (10 months ago)
Author:
artem
Message:

updated to reflect latest changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r572 r641  
    1515        - filesystem 
    1616        - regex 
     17        - iostreams 
    1718        - (Optional) program_options 
    1819        - (Optional) python 
     
    4243 
    4344$ cd /path/to/mapnik-sourcecode 
    44 $ /path/to/python scons/scons 
     45$ /path/to/python scons/scons.py 
    4546 
    4647This 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). 
     
    5253To see the list of available options, from the root of the source distribution, run: 
    5354 
    54 $ /path/to/python scons/scons -h 
     55$ /path/to/python scons/scons.py -h 
    5556 
    5657You will get: 
     
    136137For example, if you compiled your own set of Boost libraries, you might use: 
    137138 
    138 $ /path/to/python scons/scons BOOST_INCLUDES=/usr/local/include/boost-1_33_1 BOOST_LIBS=/usr/local/lib 
     139$ /path/to/python scons/scons.py BOOST_INCLUDES=/usr/local/include/boost-1_33_1 BOOST_LIBS=/usr/local/lib 
    139140 
    140141 
     
    144145Once the build has successfully completed, you can install the various files on your system by executing: 
    145146 
    146 $ /path/to/python scons/scons install 
     147$ /path/to/python scons/scons.py install 
    147148 
    148149By default, everything will be installed under the PREFIX '/usr/local' as such: