summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2021-12-07 01:20:22 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2021-12-07 01:20:22 +0000
commit28a4a7e5e065c411e892f899dd20bb0cdbf89b98 (patch)
treea6d922e3f7482060b36fb80c591a56fa21f0d95d /docs
parent56df7b0f007fe260b2bd26ef9cc331ad73022700 (diff)
downloadgobject-introspection-28a4a7e5e065c411e892f899dd20bb0cdbf89b98.tar.gz
Update build_test.rst
Remove mentions of Autotools: we only support Meson. Fixes: #327
Diffstat (limited to 'docs')
-rw-r--r--docs/website/build_test.rst26
1 files changed, 5 insertions, 21 deletions
diff --git a/docs/website/build_test.rst b/docs/website/build_test.rst
index 3dc3bb69..ec02f8ca 100644
--- a/docs/website/build_test.rst
+++ b/docs/website/build_test.rst
@@ -9,22 +9,6 @@ Clone gobject-introspection with git:
cd gobject-introspection
-Autotools
----------
-
-Build:
- .. code:: shell
-
- ./autogen.sh
- # To see the build options run "./configure --help"
- make
-
-Test:
- .. code:: shell
-
- make check # run tests
- make check.quality # run code quality checks
-
Meson
-----
@@ -32,10 +16,10 @@ Meson
Build:
.. code:: shell
- meson _build
+ meson setup _build
cd _build
# To see the build options run "meson configure"
- ninja _build
+ meson compile
Test:
.. code:: shell
@@ -55,7 +39,7 @@ Debian/Ubuntu:
.. code:: shell
sudo apt install pkg-config python3-dev flex bison libglib2.0-dev \
- autoconf-archive libcairo2-dev libffi-dev python3-mako \
+ libcairo2-dev libffi-dev python3-mako \
python3-markdown python3-distutils meson build-essential \
gtk-doc-tools
@@ -63,6 +47,6 @@ Fedora:
.. code:: shell
sudo dnf install pkg-config flex bison cairo-devel
- cairo-gobject-devel autoconf-archive python3-mako gcc automake \
- autoconf python3-markdown meson libffi-devel python3-devel \
+ cairo-gobject-devel python3-mako gcc \
+ python3-markdown meson libffi-devel python3-devel \
python3 gtk-doc