[docs] Update README.python.md with meson

This commit is contained in:
Ebrahim Byagowi 2020-08-03 18:41:49 +04:30 committed by GitHub
parent 75efa89343
commit cac483bf15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -6,13 +6,8 @@ you can install that this way:
sudo apt-get install libgirepository1.0-dev
```
And then run `autogen.sh` (if building from git), and then:
```bash
./configure --with-gobject --enable-introspection
```
Make sure that `Introspection` is reported enabled in `meson setup` output.
And then run `meson setup` and make sure that `Introspection` is reported
enabled in output.
Compile and install.