chiark / gitweb /
README: Update information about mesonconf versus 'meson configure'
authorSven Eden <yamakuzure@gmx.net>
Mon, 18 Jun 2018 07:11:03 +0000 (09:11 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 29 Jun 2018 05:12:51 +0000 (07:12 +0200)
README

diff --git a/README b/README
index 3a8d4f12b40595728a942c32988da571ad1448b5..ced8cc1641ad517e8680ab41a49d214770e917c0 100644 (file)
--- a/README
+++ b/README
@@ -177,11 +177,11 @@ During runtime, you need the following additional dependencies:
   To build in directory build/:
     meson build/ && ninja -C build
 
-  Any configuration options can be specfied as -Darg=value... arguments
-  to meson. After the build directory is initially configured, meson will
-  refuse to run again, and options must be changed with:
-    mesonconf -Darg=value...
-  mesonconf without any arguments will print out available options and
+  Any configuration options can be specified as -Darg=value... arguments
+  to meson. After the build directory is initially configured, the configuration
+  can be changed with:
+    meson configure -Darg=value... build/
+  'meson configure' without any arguments will print out available options and
   their current values.
 
   Useful commands:
@@ -191,4 +191,4 @@ During runtime, you need the following additional dependencies:
     DESTDIR=... ninja install
 
   A tarball can be created with:
-    git archive --format=tar --prefix=elogind-234/ v234 | xz > elogind-234.tar.xz
+    git archive --format=tar --prefix=elogind-238/ v238 | xz > elogind-238.tar.xz