Skip to content
Volf Tomáš edited this page May 18, 2015 · 3 revisions

How to install VTApi

Prerequisities

  • 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)

Getting VTApi sources

For the development of the current trunk use please git clone git@github.com:fit-uifs/vtapi.git .

Build version 2.5 (also 2.0 and 1.6)

./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.

PostgreSQL

You can find the required database scripts in the postgres folder to create database or schema (you may want replace "test" with something else).

Postgis 2.0

  • PostgreSQL 9.1+
  • PROJ4 4.8+ (reprojection)
  • GEOS 3.3.3+ (geometry)
  • GDAL 1.9+ (raster)

FIT research

For vidte server access && bug reporting contact Tomas Volf or Vojtech Froml

Clone this wiki locally