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.


Cleanup and sanity-checking of switch issues, negative array indexes, operand indepen...
[palacios.releases.git] / guest / linux / paragraph / run_x11_minimal / setup.sh
1 sudo mkdir /lib64
2 cd /opt
3 ln -s /home/tc/new-x11/x11 .
4 export LD_LIBRARY_PATH=/opt/x11/build/bin:/opt/x11/build/lib
5 export DISPLAY=:0
6 sudo cp /opt/x11/build/bin/ld* /lib64
7 export PATH=$PATH:/opt/x11/build/bin 
8 sudo cp /opt/x11/build/bin/*.so* /lib64
9 sudo cp /opt/x11/build/lib/libXmuu.so.1 /lib64
10 sudo cp /opt/x11/build/lib/libxkbfile.so.1 /lib64
11 sudo cp /opt/x11/build/bin/mcookie /usr/bin