Fix memory management issues
[platform/upstream/at-spi2-core.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5bf92ee..c9d569f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,31 +1,26 @@
 Install procedure
 -----------------
 
-        % gzip -cd at-spi-1.9.0.tar.gz | tar xvf -  # unpack the sources
-        % cd at-spi-1.9.0                           # change to the toplevel directory
-        % ./configure                               # run the `configure' script
-        % make                                      # build at-spi
+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
+ninja install                                            # install at-spi2-core
 
 Requirements
 ------------
 
-        GNU make
-        GNU autotools
-
-        pkg-config
-
-        python
+Packages with local machine architecture:
+meson
+ninja
+pkg-config
+gobject-introspection
+gtk-doc (for generation of documentation)
 
+Packages with target architecture:
         glib
-        gtk+
-        gail
-
         dbus
-        dbus-glib
-        dbus-python
-
-        X
-        XEVIE (Reccomended)
+libX11, libXtst, libXi (for X11 support)