Update versions again

This commit is contained in:
Chris Cannam
2022-11-02 15:06:49 +00:00
parent ea081f509d
commit 379bb879f1
5 changed files with 6 additions and 7 deletions

View File

@@ -86,15 +86,14 @@ unless explicitly enabled, e.g.
$ meson build -Dauto_features=disabled -Dcmdline=enabled
```
By default the build also produces both static and dynamic library
targets. To force only static or dynamic (shared) output, use one of
By default the build produces both static and dynamic library
targets. To produce only one of these, use either
```
$ meson build -Ddefault_library=static
$ meson build -Ddefault_library=shared
```
Rubber Band Library is written entirely in C++ and requires a C++11
compiler. It is unlikely to make any difference (performance or
otherwise) which C++ standard you compile with, as long as it's no