Add navigation helper functions for screen-reader and friends
[platform/upstream/at-spi2-core.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5bf92ee..54c3246 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,13 +1,13 @@
 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
+        % 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
 
         [ Become root if necessary ]
-        % make install                              # install at-spi
+        % make install                                   # install at-spi-core
 
 Requirements
 ------------
@@ -17,15 +17,10 @@ Requirements
 
         pkg-config
 
-        python
-
         glib
-        gtk+
-        gail
 
         dbus
         dbus-glib
-        dbus-python
 
         X
         XEVIE (Reccomended)