Add readme file

This commit is contained in:
Nils O. Selåsdal
2013-12-29 23:50:04 +01:00
parent 0bb42dc235
commit 145f3c26ab
+15
View File
@@ -0,0 +1,15 @@
About
=====
libucore is a C library of misc useful stuff including
an eventloop, timer support and various data-structures.
Build
=====
In addition to basic C development tools, the following is needed:
* scons
* check
Run scons --help to see the various options for building the library
Run "scons test" to run the test suite