Skip to content

Commit cac483b

Browse files
authored
[docs] Update README.python.md with meson
1 parent 75efa89 commit cac483b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.python.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@ you can install that this way:
66
sudo apt-get install libgirepository1.0-dev
77
```
88

9-
And then run `autogen.sh` (if building from git), and then:
10-
11-
```bash
12-
./configure --with-gobject --enable-introspection
13-
```
14-
15-
Make sure that `Introspection` is reported enabled in `meson setup` output.
9+
And then run `meson setup` and make sure that `Introspection` is reported
10+
enabled in output.
1611

1712
Compile and install.
1813

0 commit comments

Comments
 (0)