kellex

plan9port-install

Oct 9th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. 1. install xterm and xorg-dev
  2.  
  3. 2. Download plan9port
  4. http://swtch.com/plan9port/
  5.  
  6. 3. extract plan9port
  7. sudo mv plan9 /opt
  8.  
  9. 4. install
  10. cd /opt/plan9
  11. ./INSTALL
  12.  
  13. 5. add below 2 lines to /etc/profile
  14. PLAN9=/opt/plan9 export PLAN9
  15. PATH=$PATH:$PLAN9/bin export PATH
  16.  
  17. 6. profile update
  18. source /etc/profile
  19.  
  20. 7. make .xsession in your $HOME
  21. #!/bin/sh
  22. exec rio -term xterm
  23.  
  24. 8. before gdm login:
  25. option -> select session -> choose Xclient script
  26. Last edited by jpeddicord; May 14th, 2009 at 12:55 AM. Reaso
Advertisement
Add Comment
Please, Sign In to add comment