Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 431 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 431 Bytes

osrmint

PostgreSQL route OSRM integration

Para compilar/instalar:

git clone https://github.com/fpacheco/osrmint.git
mkdir build
cd build
cmake ..
make
cd ..
sudo ./instalar

Para tests se crea una base de datos específica. Para su ejecución es necesario python y pydal (pip install pydal):

cd tests/python
./run_tests

Por mas información consulte la Wiki: https://github.com/fpacheco/osrmint/wiki.