PolicyKit: Branch 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Jun 27 10:38:49 UTC 2022
README.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
New commits:
commit b64d13b2fdd703fe594ea9af15e5bae4cd0bf798
Author: Jan Rybar <jrybar at redhat.com>
Date: Mon Jun 27 12:25:24 2022 +0200
README aligned with build system change
diff --git a/README.md b/README.md
index f1dec0a..4dfa3c5 100644
--- a/README.md
+++ b/README.md
@@ -51,3 +51,25 @@ by creating new issue and checking the ***This issue is confidential*** checkbox
https://gitlab.freedesktop.org/polkit/polkit/issues
+
+BUILD INSTRUCTIONS
+==================
+
+**polkit** uses [meson build system](https://mesonbuild.com/) for configuration with *ninja* as backend and *gcc* as compiler.
+To configure and compile your copy of polkit tarball, simply follow meson build instructions in the following manner:
+```
+$ meson setup [[-D option]...] target_directory
+$ meson compile -C target_directory
+...
+# meson install -C target_directory
+```
+
+List of available configuration options can be obtained with `meson configure` command.
+
+I WANT TO CONTRIBUTE
+====================
+Your merge requests and patch suggestions are welcome! If you want to contribute, a merge request on this Gitlab instance is a preferred way, yet not the only one. Please consult other options with this upsteam's maintainers.
+
+Should you already have a freedesktop.org Gitlab account, please file your merge request. In this case, please **don't force-push any further changes** into the merge request and add a new commit into the MR instead.
+
+Thank you in advance.
More information about the hal-commit
mailing list