Home | Docs | Issue Tracker | FAQ | Download | |
An example of a typical download, configure, make, make install:
$ wget http://download.osgeo.org/mapserver/tinyows-1.1.0.tar.bz2 $ tar xvjf tinyows-1.1.0.tar.bz2 $ cd mapserver-tinyows $ ./configure $ make $ sudo make install $ sudo make install-demo
Then copy the tinyows binary to your cgi-bin directory.
To build from GitHub, you must first install the autoconf utility, and git application .
$ git clone git://github.com/mapserver/tinyows.git $ cd tinyows $ autoconf $ ./configure $ make $ sudo make install $ sudo make install-demo
Then copy the tinyows binary to your cgi-bin directory.
- From GIT with Visual C++ for Win32 (written by Alexander Bruy)