Skip to content

Commit 1e5e75f

Browse files
committed
README.md: meson -> meson setup
1 parent b7a8a68 commit 1e5e75f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ have both libxml2 and pkg-config installed.
66
To get the latest version of libxml++, see the
77
[libxml++ web site](https://libxmlplusplus.github.io/libxmlplusplus/)
88

9-
To contact the developers, send e-mail to the
10-
[libxml++ mailing list](https://mail.gnome.org/mailman/listinfo/libxmlplusplus-list)
11-
129
See the examples directory for example code.
1310

1411
Use pkg-config to discover the necessary include and linker arguments. For instance,
@@ -48,7 +45,7 @@ of untracked/.
4845
Don't call the builddir 'build'. There is a directory called 'build' with
4946
files used by Autotools.
5047
```
51-
$ meson --prefix /some_directory --libdir lib your_builddir .
48+
$ meson setup --prefix /some_directory --libdir lib your_builddir .
5249
$ cd your_builddir
5350
```
5451
If the tarball was made with Autotools, you must enable maintainer-mode:
@@ -102,7 +99,7 @@ Maintainer-mode is enabled by default when you build from a git clone.
10299
Don't call the builddir 'build'. There is a directory called 'build' with
103100
files used by Autotools.
104101
```
105-
$ meson --prefix /some_directory --libdir lib your_builddir .
102+
$ meson setup --prefix /some_directory --libdir lib your_builddir .
106103
$ cd your_builddir
107104
$ ninja
108105
$ ninja install

0 commit comments

Comments
 (0)