summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMark Doffman <mdoff@altair-voyager.(none)>2009-07-05 11:42:13 +0100
committerMark Doffman <mdoff@altair-voyager.(none)>2009-07-05 11:42:13 +0100
commit3e0e2778b12d807476ad2b50be1408bd20ae6395 (patch)
tree6e63889f0de34570ff0005c1c051fb157545ebfe /INSTALL
parent41028a909d5ec0d04f7218564d90a32db81f98a3 (diff)
downloadat-spi2-core-3e0e2778b12d807476ad2b50be1408bd20ae6395.tar.gz
2009-07-05 Mark Doffman <mark.doffman@codethink.co.uk>
Add pkgconfig files for the dbind and droute libraries.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index cbe9e7b4..54c3246d 100644
--- 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
------------