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 16:35] chepati |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== X2goClient Installation (LinuxFromScratch) ====== | ||
- | <note warning> | ||
- | **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" | ||
- | </ |