X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=INSTALL;h=c9d569fd0a11391ee5acf77a76100738d2e45236;hb=970af5587f5e247cc4991f0c2679aa0e7dbda874;hp=54c3246dca91ebd808418e99192e6eea66259994;hpb=26507bc31796054de7754e4ed3e34d04a8a5bdb4;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/INSTALL b/INSTALL index 54c3246..c9d569f 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)