summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2023-07-06 10:26:51 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2023-07-06 10:26:51 +0200
commit9b5faf3d9de1ce989c389f1000d3ef6c0d7bd7fb (patch)
tree1b12768df1b8b8d0117313e8f6296a0733468ea4 /README.md
parent9b5f610415ba9a1ffdb5b19ae54697fdcc05e836 (diff)
Remove AUTHORS and MAINTAINERS and add info to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md39
1 files changed, 32 insertions, 7 deletions
diff --git a/README.md b/README.md
index 5bb6874..264fd64 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,36 @@
# cairomm
This library provides a C++ interface to cairo.
-See https://www.cairographics.org/cairomm/
+
+# General information
+
+Web site
+ - https://www.cairographics.org/cairomm/
+
+Download location
+ - https://www.cairographics.org/releases/
+
+Reference documentation
+ - https://www.cairographics.org/documentation/cairomm/reference/
+
+Tarballs contain reference documentation. In tarballs generated with Meson,
+see the untracked/docs/reference/html directory.
+
+Mailing list
+ - https://lists.cairographics.org/cgi-bin/mailman/listinfo/cairo
+
+Git repository
+ - https://gitlab.freedesktop.org/cairo/cairomm
+
+Bugs can be reported to
+ - https://gitlab.freedesktop.org/cairo/cairomm/-/issues
+
+Patches can be submitted to
+ - https://gitlab.freedesktop.org/cairo/cairomm/-/merge_requests
+
+# Building
+
+Whenever possible, you should use the official binary packages approved by the
+supplier of your operating system, such as your Linux distribution.
See the examples directory for example code.
@@ -11,14 +41,9 @@ Use pkg-config to discover the necessary include and linker arguments. For insta
If you build with Autotools, ideally you would use PKG_CHECK_MODULES in your
configure.ac file.
-# Building
-
-Whenever possible, you should use the official binary packages approved by the
-supplier of your operating system, such as your Linux distribution.
-
## Building on Windows
-See MSVC_NMake/MSVC-Builds.md
+See [MSVC-Builds.md](MSVC_NMake/MSVC-Builds.md)
## Building from a release tarball