From 4d377b88232ee3940b94741de831fff553300b2b Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Sun, 23 Dec 2018 14:46:57 +1000 Subject: [PATCH] doc: Update README to README.md for gitlab visibility --- README | 2 -- README.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 85171542..00000000 --- a/README +++ /dev/null @@ -1,2 +0,0 @@ -Maps is a map application for GNOME. -More information on https://wiki.gnome.org/Apps/Maps diff --git a/README.md b/README.md new file mode 100644 index 00000000..9000fc04 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ + +# GNOME Maps + +[![Pipeline status](https://gitlab.gnome.org/GNOME/gnome-maps/badges/master/build.svg)](https://gitlab.gnome.org/GNOME/gnome-maps/commits/master) +[![Code coverage](https://gitlab.gnome.org/GNOME/gnome-maps/badges/master/coverage.svg)](https://gitlab.gnome.org/GNOME/gnome-maps/commits/master) + +This is [Maps](https://wiki.gnome.org/Apps/Maps), a map application for GNOME. + +## Hacking on Maps + +To build the development version of Maps and hack on the code +see the [general guide](https://wiki.gnome.org/Newcomers/BuildProject) +for building GNOME apps. + +### Build Dependencies + +Ubuntu: `sudo apt install libgjs-dev libgee-0.8-dev libfolks-dev libgeocode-glib-dev libchamplain-0.12-dev librest-dev` + +### Meson build + +* `mkdir _build` +* `cd _build` +* `meson ..` +* `ninja` +* `sudo ninja install` + +## How to report issues + +Report issues to the GNOME [issue tracking system](https://gitlab.gnome.org/GNOME/gnome-maps/issues). -- GitLab