summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2011-02-22 12:47:58 +0200
committerAlon Levy <alevy@redhat.com>2011-02-22 13:04:49 +0200
commitd3d71f8360bee3fb38bd90bdf50a579cad77ef64 (patch)
tree2444fb62176aa120c7e35638e9e35737926d2800
parent89c4b5d0f0f2ca06db5146762227ce6a2ae424c0 (diff)
README.xspice: add PKG_CONFIG_PATH, libxkbfile and spice-protocolmastter
-rw-r--r--README.xspice6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.xspice b/README.xspice
index c3e21cb..c8be9e9 100644
--- a/README.xspice
+++ b/README.xspice
@@ -31,12 +31,13 @@ This assumes you already have spice-protocol and spice-server
installed into $TEST prefix below.
TEST=/store/test
-
grab xserver, xspice, xextproto and xkbcomp
for src in git://anongit.freedesktop.org/xorg/proto/xextproto \
git://anongit.freedesktop.org/xorg/app/xkbcomp \
git://anongit.freedesktop.org/xorg/xserver \
+git://anongit.freedesktop.org/xorg/lib/libxkbfile \
+git://git.freedesktop.org/git/spice/spice-protocol
git://anongit.freedesktop.org/~alon/xspice; do git clone $src; done
build and install into some non common prefix (not to overwrite
@@ -45,9 +46,12 @@ should all work with the default server as well, but that server
requires root generally and this is undesireable for testing (and
running actually).
+export PKG_CONFIG_PATH=${TEST}/lib/pkgconfig
(cd xextproto; ./autogen.sh --prefix=$TEST --without-xmlto && make -j5 install)
(cd xserver; ./autogen.sh --prefix=$TEST && make -j5 install)
(cd xkbcomp; ./autogen.sh --prefix=$TEST && make -j5 install)
+(cd libxkbfile; ./autogen.sh --prefix=$TEST && make -j5 install)
+(cd spice-protocol; ./autogen.sh --prefix=$TEST --datadir=$TEST/lib && make -j5 install)
(cd xspice; ./autogen.sh --prefix=$TEST && make -j5 install)
mkdir -p $TEST/etc/X11