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/18 20:45] chepati |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== X2goClient Installation (LinuxFromScratch) ====== | ||
- | **Run the following commands as a regular, non-root user. You'll need the root password to install them.** | ||
- | |||
- | < | ||
- | |||
- | **1. | ||
- | Install nxproxy from git** | ||
- | |||
- | < | ||
- | $ git clone git:// | ||
- | $ cd nxproxy | ||
- | $ autoconf | ||
- | $ ./configure --prefix=/ | ||
- | $ make | ||
- | $ su -c "make install" | ||
- | </ | ||
- | |||
- | **2. | ||
- | Install x2goclient from git** | ||
- | |||
- | < | ||
- | $ git clone git:// | ||
- | $ cd x2goclient | ||
- | $ qmake | ||
- | $ make | ||
- | $ su -c " | ||
- | </ |