Find a file
2013-03-22 01:52:15 +02:00
src Added add/remove api functions; Added promation page for root page. 2013-03-22 01:52:15 +02:00
gpl.txt Added Copyright license; 2012-12-04 00:44:30 +02:00
Makefile Added Makefile for Linux & MinGW; 2012-12-07 03:39:01 +02:00
README Added Makefile for Linux & MinGW; 2012-12-07 03:39:01 +02:00

README for the UDPT project.

Licensed under GNU GPLv3.
The license file is attached under the name gpl.txt.

Compiling under linux or linux environment (MinGW):

For Windows (with Linux environment):
$ make win32

For Linux:
$ make linux

Running:
$ ./udpt

Cleaning:
$ make clean

This software currently uses the Sqlite3 Library (public domain).

Developed by Naim A. <naim94a@gmail.com>.