aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-07-21 15:40:06 +0200
committerKatharina Fey <kookie@spacekookie.de>2019-07-21 15:40:06 +0200
commit06b906165ff3f640639c90ffe150e41ba5d224aa (patch)
tree4696f87a889f43a069dd6eca00d651193455d31d /README
parentd84c98eecaf08bfe46915ef38b46d27b019f6a78 (diff)
Changing README to markdown and adding a build badge
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 0 insertions, 33 deletions
diff --git a/README b/README
deleted file mode 100644
index e2ce739..0000000
--- a/README
+++ /dev/null
@@ -1,33 +0,0 @@
-libbowl
-=======
-
-The last C datastructure library you will use. Provides a versatile
-structure that can act as lists, sets and more!
-
-Issues are being tracked here: https://todo.sr.ht/~spacekookie/libbowl
-
-
-How to build
-------------
-
-An out-of-source build is recommended.
-
-```
-$> mkdir build; cd build
-$> cmake ..
-$> make -j 2
-```
-
-This will create a `.so` file. If you require a static object, you can
-change the linking behaviour in the `CMakeLists.txt` file.
-
-
-License
--------
-
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at
-your option) any later version.
-
-I hope you enjoy ❤