This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:installing_x2goclient_linuxfromscratch [2011/08/17 22:24] chepati |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== X2goClient Installation (LinuxFromScratch) ====== | ||
| - | 1. | ||
| - | Install nxproxy from git | ||
| - | < | ||
| - | $ git clone git:// | ||
| - | $ autoconf | ||
| - | $ ./configure --prefix=/ | ||
| - | $ make | ||
| - | $ su -c "make install && / | ||
| - | </ | ||