diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:30:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:30:14 +0000 |
commit | f38bddc70a6ec7c1ab26d9a8b06eed25d618ae22 (patch) | |
tree | 6437d0de9ba7fb9b0933a7c0eaa610a404d79e4e /README.md | |
parent | Initial commit. (diff) | |
download | gdm3-upstream.tar.xz gdm3-upstream.zip |
Adding upstream version 3.38.2.1.upstream/3.38.2.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | README.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..63737c1 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +GDM - GNOME Display Manager +=========================== +http://wiki.gnome.org/Projects/GDM/ + +The GNOME Display Manager is a system service that is responsible for +providing graphical log-ins and managing local and remote displays. + +## Building and installing +To build and install GDM from source, just execute the following commands: + +``` +$ meson _build +$ ninja -C _build +$ sudo ninja -C _build install +``` + +## Contributing +You can browse the code, issues and more at GDM's [GitLab repository]. + +If you find a bug in GDM, please file an issue on the [issue tracker]. Please +try to add reproducible steps and the relevant version of GDM. + +If you want to contribute functionality or bug fixes, please open a Merge +Request (MR). For more info on how to do this, see GitLab's [help pages on +MR's]. Please also follow the GDM coding style, which is documented in +`HACKING`. + +If GDM is not translated in your language or you believe that the +current translation has errors, you can join one of the various translation +teams in GNOME. Translators do not commit directly to Git, but are advised to +use our separate translation infrastructure instead. More info can be found at +the [translation project wiki page]. + +## Licensing +GDM is licensed under the GNU General Public License v2.0. For more info, see +the `COPYING` file. + + +[help pages on MR's]: https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html +[GitLab repository]: https://gitlab.gnome.org/GNOME/gdm +[issue tracker]: https://gitlab.gnome.org/GNOME/gdm/issues +[translation project wiki page]: https://wiki.gnome.org/TranslationProject/ |