udpt/README
Naim A 0ef79d37aa Added Makefile for Linux & MinGW;
Allowing people to build easily from source.
2012-12-07 03:39:01 +02:00

24 lines
393 B
Plaintext

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