libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit 808540e56a475d7a9a668537e05efde5690ae565
parent 0d57397ae64198c91f92e73114bfdaa7f1172944
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Fri,  3 Feb 2023 22:43:10 +0100

Correct README.md information

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -38,7 +38,7 @@ Here is a list of some useful build commands using Meson and [Ninja](https://nin - `ninja -C build docs` to build Doxygen documentation ([Doxygen](https://www.doxygen.nl/index.html) is required to do that) - `meson test -C build` to test the library with automated unit tests ([Check](https://libcheck.github.io/check/) is required to do that) -If you want to change the installation location, use the `--prefix=` parameter in the initial meson command. Also you can enable debugging builds by adding `--buildtype=release` as parameter. +If you want to change the installation location, use the `--prefix=` parameter in the initial meson command. Also you can enable optimized release builds by adding `--buildtype=release` as parameter. ## Contribution