Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ Just use `const bstring` instead.
[Check]: https://github.com/libcheck/check
[Valgrind]: http://valgrind.org/

## Get bstring

The bstring library is available as a binary package in various distributions.
The shared library and development headers can be installed with their respective package manager.

This is the easiest option if you have the option for your distribution.

The current packaging status as reported by repology.org:

[![Packaging status](https://repology.org/badge/vertical-allrepos/bstring.svg)](https://repology.org/project/bstring/versions)

## Building

The repository currently includes [Meson][]+[Ninja][] and Autotools ([Autoconf][],
Expand Down
Loading