This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:installing_x2goclient_tarball [2011/05/18 21:29] sunweaver |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== X2goClient installation from tarball ====== | ||
| - | |||
| - | |||
| - | 1. | ||
| - | Download the latest x2goclient tarball from http:// | ||
| - | |||
| - | 2. | ||
| - | Extract the downloaded tarball and enter the extracted directory: | ||
| - | |||
| - | < | ||
| - | $ tar vzcf x2goclient_< | ||
| - | $ cd x2goclient_< | ||
| - | </ | ||
| - | |||
| - | 3. | ||
| - | Run make to build and install x2goclient (and x2goplugin), | ||
| - | |||
| - | < | ||
| - | $ make clean && make && make install | ||
| - | </ | ||
| - | |||
| - | 4. Building x2goclient and x2goplugin separately | ||
| - | |||
| - | 4a. For building x2goclient only, use: | ||
| - | |||
| - | < | ||
| - | $ make clean_client && make build_client && make install_client | ||
| - | </ | ||
| - | |||
| - | 4b. For building x2goplugin only, use: | ||
| - | |||
| - | < | ||
| - | $ make clean_plugin && make build_plugin && make install_plugin | ||
| - | </ | ||
| - | |||
| - | |||