-
Notifications
You must be signed in to change notification settings - Fork 5
Install
Volf Tomáš edited this page May 18, 2015
·
3 revisions
- Linux 32bit or 64bit
- PostgreSQL 9.1+ libpq (optional)
- SQLite 3+ (optional in case of no PostgreSQL)
- OpenCV 2.4.2+ (recommended)
- GCC 4.6+ (4.7 recommended)
- libpqtypes 1.5+
- (Windows was supported in pre2, but there is no priority to ensure compatibility at this time - you can consult usage in Windows with Tomas Volf)
For the development of the current trunk use please
git clone git@github.com:fit-uifs/vtapi.git .
./autogen.sh
./configure --enable-doc --without-postgis
make
sudo make install
cp default.conf vtapi.conf
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib (or other custom library path; if ./vtcli does not run)
Finally, edit the vtapi.conf file to meet your configuration requirements.
You can find the required database scripts in the postgres folder to create database or schema (you may want replace "test" with something else).
- PostgreSQL 9.1+
- PROJ4 4.8+ (reprojection)
- GEOS 3.3.3+ (geometry)
- GDAL 1.9+ (raster)
For vidte server access && bug reporting contact Tomas Volf or Vojtech Froml