Changes between Version 30 and Version 31 of Xen_Lab8
- Timestamp:
- Oct 27, 2009, 9:22:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Lab8
v30 v31 40 40 * Patch for AMD64_Machine. 41 41 {{{ 42 $ wget --no-check-certificate !https://trac.nchc.org.tw/grid/raw-attachment/wiki/Xen_GPU_cluster/tightvnc-1.2.9-amd64support.patch43 $ patch -p0 < ../ ../tightvnc-1.2.9-amd64support.patch42 $ wget --no-check-certificate https://trac.nchc.org.tw/grid/raw-attachment/wiki/Xen_GPU_cluster/tightvnc-1.2.9-amd64support.patch 43 $ patch -p0 < ../tightvnc/tightvnc-1.2.9-amd64support.patch 44 44 }}} 45 45 * 設定編譯器路徑. … … 49 49 * 編譯. 50 50 {{{ 51 $ cd .. 51 52 ~/vmgl/vmgl.hg$ make 52 53 }}}