[gdk-pixbuf: 22/24] README.md: notes on how to specify build options and run the test suite
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf: 22/24] README.md: notes on how to specify build options and run the test suite
- Date: Wed, 22 Aug 2018 11:34:50 +0000 (UTC)
commit 818b71703fd07782221ea50fadb6ac86ec12001d
Author: Federico Mena Quintero <federico gnome org>
Date: Tue May 15 12:41:38 2018 -0500
README.md: notes on how to specify build options and run the test suite
README.md | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
---
diff --git a/README.md b/README.md
index 484dfc28d..6b3bc74e3 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,27 @@ You can use the `--prefix` argument to control the installation prefix.
You can also use `meson configure` from within the build directory to
check the current build configuration, and change its options.
+#### Build options
+
+You can specify the following options in the command line to `meson`:
+
+* `-Djasper=true` - Enable support for JPEG2000. This requires
+ libjasper's development files to be installed.
+
+* `-Ddocs=true` - Build the API reference documentation. This
+ requires `gtk-doc` to be installed.
+
+* `-Drelocatable=true` - Enable application bundle relocation support.
+
+For a complete list of build-time options, see the file
+[`meson_options.txt`](meson_options.txt). You can read about Meson
+options in general [in the Meson manual](http://mesonbuild.com/Build-options.html).
+
+## Running tests
+
+You can run the test suite by running `meson test -C _build`, where
+`_build` is the build directory you used during the build stage.
+
## License
GdkPixbuf is released under the terms of the GNU Lesser General Public
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]