[docs] Update README.python.md with meson
This commit is contained in:
parent
75efa89343
commit
cac483bf15
|
@ -6,13 +6,8 @@ you can install that this way:
|
||||||
sudo apt-get install libgirepository1.0-dev
|
sudo apt-get install libgirepository1.0-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
And then run `autogen.sh` (if building from git), and then:
|
And then run `meson setup` and make sure that `Introspection` is reported
|
||||||
|
enabled in output.
|
||||||
```bash
|
|
||||||
./configure --with-gobject --enable-introspection
|
|
||||||
```
|
|
||||||
|
|
||||||
Make sure that `Introspection` is reported enabled in `meson setup` output.
|
|
||||||
|
|
||||||
Compile and install.
|
Compile and install.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue