]>
| description | C collections. Easy to build, boring algorithms. Dumb is good. |
| last change | Mon, 21 Jul 2025 05:00:00 +0000 (00:00 -0500) |
| git clone | https://dev.begriffs.com/git/libderp |
Why you might use it
Why you might avoid it
This project supports two installation methods, each designed for different use cases:
dev mode)Purpose:
What gets installed:
/usr/local/libderp-dev.1.1.1/).How to use:
meson setup build-dev -Dinstall_mode=dev
ninja -C build-dev
meson install -C build-devResult:
system mode)Purpose:
What gets installed:
/usr/local/lib/x86_64-linux-gnu/), with symlinks for all
minor versions (e.g., libderp.so.1.0,
libderp.so.1.1).How to use:
meson setup build-system -Dinstall_mode=system
ninja -C build-system
# For a real install (to /usr/local), run:
sudo meson install -C build-system
# For a safe test install, use:
DESTDIR=/tmp/libderp-test meson install -C build-systemResult:
Which should you use? - Use dev mode if you are developing, packaging, or need to link against libderp in your own projects. - Use system mode if you only need the runtime shared library for system-wide use, or want to support robust upgrades and multiple major versions.
See the Portable best practices article for more background on these installation strategies.
| 5 months ago | v1.1.1 | | commit | shortlog | log | ||
| 3 years ago | v1.1.0 | | commit | shortlog | log | ||
| 3 years ago | v1.0.0 | | commit | shortlog | log | ||
| 4 years ago | v0.1.0 | | commit | shortlog | log |
| 5 months ago | main | shortlog | log | tree |
| 3 years ago | allocators | shortlog | log | tree |