commit f9b80e31932602e820767b59e4253a67c159a85f
parent 3c8f1115e02a01e035fecc118b9dae05f977b0b5
Author: Jacki <jacki@thejackimonster.de>
Date: Sat, 5 Oct 2024 17:33:33 +0200
Adjust notes about meson and ninja
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -48,7 +48,7 @@ Here is the list of the used submodules:
Then you can simply use [Meson](https://mesonbuild.com/) as follows:
```
-meson build # Configure the build files for your system
+meson setup build # Configure the build files for your system
ninja -C build # Build the application using those build files
ninja -C build install # Install the application
```
@@ -57,8 +57,9 @@ Here is a list of some useful build commands using Meson and [Ninja](https://nin
- `meson compile -C build` to just compile everything with configured parameters
- `rm -r build` to cleanup build files in case you want to recompile
- - `meson install -C build` to install the compiled files (you might need sudo permissions to install)
+ - `meson install -C build` to install the compiled files (you might need sudo privileges)
- `meson dist -C build` to create a tar file for distribution
+ - `ninja -C build uninstall` to uninstall a previous installation (you might need sudo privileges)
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.
diff --git a/resources/org.gnunet.Messenger.svg b/resources/org.gnunet.Messenger.svg
@@ -0,0 +1 @@
+icon/full_color.svg
+\ No newline at end of file