Find a file
2013-08-11 13:39:17 +03:00
src Logger changes 2013-08-11 13:39:17 +03:00
gpl.txt Added Copyright license; 2012-12-04 00:44:30 +02:00
Makefile Makefile updated. 2013-08-11 12:23:27 +03: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>.