pgRouting

Changeset 50

Show
Ignore:
Timestamp:
10/04/07 14:47:17 (1 year ago)
Author:
anton
Message:

docs changed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README.routing

    r43 r50  
    2121 
    2222* C and C++ compilers 
     23* CMake >= 2.3 
    2324* Postgresql 8.x 
    2425* PostGIS 1.x 
     
    4041        "apt-get install libboost-graph-dev" and you don't need to modify anything) 
    4142 
    42 * Type "make install"  
     43* Enter pgrouting directory 
     44 
     45* Type "cmake .", then "make"  
     46  To include extra packages use "cmake -DWITH_TSP=ON -DWITH_DD=ON ." 
    4347 
    4448* If you have BGL installed but the version is less than 1.33.0,  
     
    4751  BOOST_PATH/graph directory. 
    4852 
    49 * If you have PostGIS installed, you can launch dijkstra_postgis.sql 
     53* If you have PostGIS installed, you can launch routing_wrapper.sql 
    5054  which will create PostGIS import and manipulation functions. 
    5155 
  • trunk/RELEASE_NOTES

    r43 r50  
    1                      pgRouting Library Version 1.0.0b 
    2                                  2007-08-03 
     1                     pgRouting Library Version 1.0 
     2                                 2007-10-04 
    33                                
    44                               Release  Notes 
    55                 
    66                 
     7=============================== 
     8CHANGES SINCE RELEASE 1.0.0b: 
     9=============================== 
     10+ Core and extra functions are separated 
     11+ Cmake build process 
     12* Bugfixes 
     13 
    714=============================== 
    815CHANGES SINCE RELEASE 1.0.0a: