Changeset 50
- Timestamp:
- 10/04/07 14:47:17 (1 year ago)
- Files:
-
- trunk/README.routing (modified) (3 diffs)
- trunk/RELEASE_NOTES (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README.routing
r43 r50 21 21 22 22 * C and C++ compilers 23 * CMake >= 2.3 23 24 * Postgresql 8.x 24 25 * PostGIS 1.x … … 40 41 "apt-get install libboost-graph-dev" and you don't need to modify anything) 41 42 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 ." 43 47 44 48 * If you have BGL installed but the version is less than 1.33.0, … … 47 51 BOOST_PATH/graph directory. 48 52 49 * If you have PostGIS installed, you can launch dijkstra_postgis.sql53 * If you have PostGIS installed, you can launch routing_wrapper.sql 50 54 which will create PostGIS import and manipulation functions. 51 55 trunk/RELEASE_NOTES
r43 r50 1 pgRouting Library Version 1.0 .0b2 2007- 08-031 pgRouting Library Version 1.0 2 2007-10-04 3 3 4 4 Release Notes 5 5 6 6 7 =============================== 8 CHANGES SINCE RELEASE 1.0.0b: 9 =============================== 10 + Core and extra functions are separated 11 + Cmake build process 12 * Bugfixes 13 7 14 =============================== 8 15 CHANGES SINCE RELEASE 1.0.0a:

