[libchamplain] Move README contents to README.md



commit f64cd2108fdff3c50210efab9cf5a20b55443ad2
Author: Jiří Techet <techet gmail com>
Date:   Fri Feb 8 12:38:33 2019 +0100

    Move README contents to README.md
    
    Apparently the symlink trick doesn't work like on github so do it this way.

 README    | 48 +-----------------------------------------------
 README.md | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 48 insertions(+), 48 deletions(-)
---
diff --git a/README b/README
index 7acf032..96dc92f 100644
--- a/README
+++ b/README
@@ -1,47 +1 @@
-libchamplain 0.12 README
-========================
-
-libchamplain is a Clutter based Gtk widget to display rich, eye-candy and
-interactive maps.
-
-libchamplain requires:
-  * glib >= 2.38
-  * gtk >= 3.0
-  * clutter >= 1.24
-  * clutter-gtk >= 1.0
-  * cairo >= 1.4
-  * sqlite >= 3.0
-  * libsoup >= 2.42
-
-To build using autotools, run:
-```
-./autogen.sh; make; sudo make install
-```
-
-Alternatively, when using the meson build system, run:
-```
-meson _builddir; cd _builddir; ninja; sudo ninja install
-```
-
-The repository and bug report page is at:
-  https://gitlab.gnome.org/GNOME/libchamplain
-
-Release tarballs can be downloaded from:
-  https://download.gnome.org/sources/libchamplain/
-
-For a simple examples how to use the library, check the `demos` directory;
-in particular, the `minimal-gtk.c` and `minimal.py` demos are good starting
-points to see how to get the most basic map application running.
-
-Full documentation can be found at:
-  https://gnome.pages.gitlab.gnome.org/libchamplain/champlain
-  https://gnome.pages.gitlab.gnome.org/libchamplain/champlain-gtk
-
-The official mailing list is at:
-  https://mail.gnome.org/mailman/listinfo/libchamplain-list
-
-The official IRC channel is at:
-  irc://irc.freenode.org/#champlain
-
-libchamplain is licensed under the terms of the GNU Lesser General Public
-License, version 2.1 or (at your option) later.
+See README.md
diff --git a/README.md b/README.md
deleted file mode 120000
index 100b938..0000000
--- a/README.md
+++ /dev/null
@@ -1 +0,0 @@
-README
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7acf032
--- /dev/null
+++ b/README.md
@@ -0,0 +1,47 @@
+libchamplain 0.12 README
+========================
+
+libchamplain is a Clutter based Gtk widget to display rich, eye-candy and
+interactive maps.
+
+libchamplain requires:
+  * glib >= 2.38
+  * gtk >= 3.0
+  * clutter >= 1.24
+  * clutter-gtk >= 1.0
+  * cairo >= 1.4
+  * sqlite >= 3.0
+  * libsoup >= 2.42
+
+To build using autotools, run:
+```
+./autogen.sh; make; sudo make install
+```
+
+Alternatively, when using the meson build system, run:
+```
+meson _builddir; cd _builddir; ninja; sudo ninja install
+```
+
+The repository and bug report page is at:
+  https://gitlab.gnome.org/GNOME/libchamplain
+
+Release tarballs can be downloaded from:
+  https://download.gnome.org/sources/libchamplain/
+
+For a simple examples how to use the library, check the `demos` directory;
+in particular, the `minimal-gtk.c` and `minimal.py` demos are good starting
+points to see how to get the most basic map application running.
+
+Full documentation can be found at:
+  https://gnome.pages.gitlab.gnome.org/libchamplain/champlain
+  https://gnome.pages.gitlab.gnome.org/libchamplain/champlain-gtk
+
+The official mailing list is at:
+  https://mail.gnome.org/mailman/listinfo/libchamplain-list
+
+The official IRC channel is at:
+  irc://irc.freenode.org/#champlain
+
+libchamplain is licensed under the terms of the GNU Lesser General Public
+License, version 2.1 or (at your option) later.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]