From 30ec4ab19c9741e88e12ed8f9fcb7f79f32a8583 Mon Sep 17 00:00:00 2001 From: Suleyman Poyraz <22801690+Zaryob@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:42:37 +0300 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d95e562..d0ffa8c 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ http://code.google.com/p/iksemel -Owner: -Copyright (c) 2000-2011 Gurer Ozen + Owner: + Copyright (c) 2000-2011 Gurer Ozen -Changes and adaptations: -Copyright (c) 2016-2022 Suleyman Poyraz + Changes and maintenance: + Copyright (c) 2016-2024 Suleyman Poyraz Introduction: ------------- @@ -36,23 +36,25 @@ Compiling & Install: -------------------- If you got the source from CVS, type - +```bash meson build - +``` for creating configuration script and files. Then type - +```bash ninja -C build - +``` now library is compiled. You can test it with - +```bash ninja test -C build - +``` and install it with (become root if necessary) +```bash ninja install -C build +``` Parameters ----------