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/09/13 07:00] sunweaver |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== X2goClient installation from tarball ====== | ||
- | |||
- | 1. | ||
- | Download the latest x2goclient tarball from http:// | ||
- | |||
- | 2. | ||
- | Make sure you have read these wiki pages / installed recommended software / development libraries: | ||
- | |||
- | * [[install nxproxy from tarball]] | ||
- | * recommended on the client: pulseaudio | ||
- | * build dependencies (libraries and corresponding dev/header files): | ||
- | * libc6 | ||
- | * libcups2 | ||
- | * libgcc1 | ||
- | * libldap-2.4-2 | ||
- | * libqt4-network | ||
- | * libqt4-svg | ||
- | * libqtcore4 | ||
- | * libqtgui4 | ||
- | * libssh-4 (>= 0.4.7) | ||
- | * libstdc++6 | ||
- | * libx11-6 | ||
- | |||
- | 3. | ||
- | Extract the downloaded tarball and enter the extracted directory: | ||
- | |||
- | < | ||
- | $ tar vzxf x2goclient_< | ||
- | $ cd x2goclient_< | ||
- | </ | ||
- | |||
- | 4. | ||
- | Run the GNU/make command to build and install x2goclient (and x2goplugin), | ||
- | |||
- | < | ||
- | $ make clean && make && sudo make install | ||
- | </ | ||
- | |||
- | 5. Building x2goclient and x2goplugin separately | ||
- | |||
- | 5a. For building x2goclient only, use: | ||
- | |||
- | < | ||
- | $ make clean_client && make build_client && sudo make install_client | ||
- | </ | ||
- | |||
- | 5b. For building x2goplugin only, use: | ||
- | |||
- | < | ||
- | $ make clean_plugin && make build_plugin && sudo make install_plugin | ||
- | </ | ||