diff options
author | Mark Doffman <mdoff@altair-voyager.(none)> | 2009-07-05 11:42:13 +0100 |
---|---|---|
committer | Mark Doffman <mdoff@altair-voyager.(none)> | 2009-07-05 11:42:13 +0100 |
commit | 3e0e2778b12d807476ad2b50be1408bd20ae6395 (patch) | |
tree | 6e63889f0de34570ff0005c1c051fb157545ebfe /INSTALL | |
parent | 41028a909d5ec0d04f7218564d90a32db81f98a3 (diff) | |
download | at-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-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 ------------ |