summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2013-12-26 15:23:45 +0100
committerOlivier Gayot <duskcoder@gmail.com>2014-01-18 13:44:42 +0100
commit6dd71f30872bb65d6959dd6ed2ac015c5739f98a (patch)
tree455843c7e1ff96f4fe76954aeb625eea0099b7ba /README.md
parentbd9efbd97da6d97a1a19522fed29d3c9c4d7d91b (diff)
rb: use the autotools to generate the library
the library is not built using the autotools. the advantages of this improvement are: * we can do a make install / make uninstall / make dist / and so on * the library is not (unless specified) built as a shared and static library * some portability issues will be easier to fix.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index b35ccc6..0000000
--- a/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-ring_buffer
-===========
-
-A ready to use library meant to deal with ring buffers.
-
-This library is free software covered by the GPL license v2. You should
-read the LICENSE file to understand what is implied.