summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-03-21 10:52:11 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-03-21 10:52:11 +0100
commit0acb40d8d575dd107ab5edd55d6d88d194d61a05 (patch)
treec014a30605989f9d3d59bcd0379a538ed5b1bdf4 /README
parent77c13ecf4915a323eec69e40c192bf3df3461510 (diff)
downloadglibmm-0acb40d8d575dd107ab5edd55d6d88d194d61a05.tar.gz
tests/glibmm_buildfilename: Add some testsglibmm-2-62
See issue #71
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b6417674..f13cd66a 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ See README.win32
## Building from a release tarball
Extract the tarball and go to the extracted directory:
- $ tar xf glibmm-@GLIBMM_VERSION@.tar.gz
+ $ tar xf glibmm-@GLIBMM_VERSION@.tar.xz
$ cd glibmm-@GLIBMM_VERSION@
It's easiest to build with Meson, if the tarball was made with Meson,
@@ -33,7 +33,7 @@ files used by Autotools.
$ cd your_builddir
If the tarball was made with Autotools, you must enable maintainer-mode:
- $ meson configure -Dmaintainer-mode=yes
+ $ meson configure -Dmaintainer-mode=true
Then, regardless of how the tarball was made:
$ ninja