From 145f3c26ab537969ffc9a68e988cfdf32d16c7ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Sun, 29 Dec 2013 23:50:04 +0100 Subject: [PATCH] Add readme file --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..6ae1c57 --- /dev/null +++ b/README @@ -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 +