summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2022-06-27 12:25:24 +0200
committerJan Rybar <jrybar@redhat.com>2022-06-27 12:25:24 +0200
commitb64d13b2fdd703fe594ea9af15e5bae4cd0bf798 (patch)
tree5563dda2b92eb76363b7905256642199e35160ec
parent5be583d026ea87d120ec1c3056d334bbf079990d (diff)
downloadpolkit-b64d13b2fdd703fe594ea9af15e5bae4cd0bf798.tar.gz
README aligned with build system change
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
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.