aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 46443320eb3b600284dea92d272ff03be002a540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
libbowl [![][badge]][badge-link]
=======

The last C datastructure library you will ever use. Provides a
versalite API to build nested, serial and hashed structure nodes.

Check out the [issue tracker][issues]

I hope you enjoy ❤

[badge]: https://builds.sr.ht/~spacekookie/libbowl.svg
[badge-link]: https://builds.sr.ht/~spacekookie/libbowl?
[issues]: https://todo.sr.ht/~spacekookie/libbowl


How to build
------------

Build dependencies

- gcc (`4.0+`)
- cmake (`2.18+`)

An out-of-source build is recommended. You can specify the linking
behaviour with `-DLINK_DYNAMIC=1`. Optionally you can disable tests
with `-DRUN_TESTS=0`.

```
$ mkdir build; cd build
$ cmake .. -DLINK_DYNAMIC=1 -DRUN_TESTS=1
$ make
```

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.