PolicyKit: Branch 'polkit-121-pre-release'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 9 12:50:08 UTC 2022


 README.md |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

New commits:
commit 6cf20062a2a319cff08e954db56f8c528e29663a
Author: Jan Rybar <jrybar at redhat.com>
Date:   Thu Jun 9 14:38:42 2022 +0200

    README aligned with build system change

diff --git a/README.md b/README.md
index f1dec0a..ab87100 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
+====================
+**polkit** is FOSS under GPL license. If you want to contribute, a merge request on this Gitlab instance is a preferred way, however 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