summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-08-28 13:52:08 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-08-28 13:52:08 -0500
commit8720a0363aaca22720d5f7b2c65591d845fe7198 (patch)
tree216ab1c94cca34c87e1e752728830e1d8f47c17c /INSTALL
parent6c474b6a537120622747f7b7821c5d5709615049 (diff)
downloadat-spi2-core-8720a0363aaca22720d5f7b2c65591d845fe7198.tar.gz
Update INSTALL
Fixes https://gitlab.gnome.org/GNOME/at-spi2-core/issues/1
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL28
1 files changed, 14 insertions, 14 deletions
diff --git a/INSTALL b/INSTALL
index 54c3246d..c9d569fd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,26 +1,26 @@
Install procedure
-----------------
- % gzip -cd at-spi-core-2.0.0.tar.gz | tar xvf - # unpack the sources
- % cd at-spi-core-2.0.0 # change to the toplevel directory
- % ./configure # run the `configure' script
- % make # build at-spi-core
+tar -xJf at-spi2-core-2.34.0.tar.xz # unpack the sources
+ % cd at-spi2-core-2.34.0 # change to the toplevel directory
+mkdir build # create a build directory
+meson .. # configure
+ninja # build at-spi2-core
[ Become root if necessary ]
- % make install # install at-spi-core
+ninja install # install at-spi2-core
Requirements
------------
- GNU make
- GNU autotools
-
- pkg-config
+Packages with local machine architecture:
+meson
+ninja
+pkg-config
+gobject-introspection
+gtk-doc (for generation of documentation)
+Packages with target architecture:
glib
-
dbus
- dbus-glib
-
- X
- XEVIE (Reccomended)
+libX11, libXtst, libXi (for X11 support)