Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Guest-side test tools, config, and X11 stuff for PARAGRAPH graphics device
[palacios.git] / guest / linux / paragraph / run_x11_minimal / setup.sh
diff --git a/guest/linux/paragraph/run_x11_minimal/setup.sh b/guest/linux/paragraph/run_x11_minimal/setup.sh
new file mode 100755 (executable)
index 0000000..029e6bf
--- /dev/null
@@ -0,0 +1,11 @@
+sudo mkdir /lib64
+cd /opt
+ln -s /home/tc/new-x11/x11 .
+export LD_LIBRARY_PATH=/opt/x11/build/bin:/opt/x11/build/lib
+export DISPLAY=:0
+sudo cp /opt/x11/build/bin/ld* /lib64
+export PATH=$PATH:/opt/x11/build/bin 
+sudo cp /opt/x11/build/bin/*.so* /lib64
+sudo cp /opt/x11/build/lib/libXmuu.so.1 /lib64
+sudo cp /opt/x11/build/lib/libxkbfile.so.1 /lib64
+sudo cp /opt/x11/build/bin/mcookie /usr/bin