File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,12 @@ The integers mean:
61
61
You need:
62
62
* Boost (only for unordered_map that will be included in C++1X)
63
63
Read bellow if you have troubles with it
64
- * expat (XML parser)
65
- * python
64
+ * expat (XML parser) (Ubuntu users install libexpat1-dev)
65
+ * python (Ubunut users install python-dev)
66
66
* swig
67
+ * Python connectors for the database you wan
68
+ * sqlite and text output is by default
69
+ * python-psycopy2 for postgresql
67
70
68
71
# Just run the following command
69
72
sudo python setup.py install
Original file line number Diff line number Diff line change 8
8
9
9
from setuptools import setup , find_packages , Extension
10
10
setup (name = 'Osm4routing' ,
11
- version = '1.0.0-d ' ,
11
+ version = '1.0.0-e ' ,
12
12
author = 'Tristram Graebener' ,
13
13
author_email = '[email protected] ' ,
14
14
description = 'A simple tool to parse OpenStreetMap data to use them for routing' ,
You can’t perform that action at this time.
0 commit comments