This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:development:build-howto-linux:x2goclient [2020/05/26 15:16] danger89 |
wiki:development:build-howto-linux:x2goclient [2020/05/28 22:52] (current) danger89 |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Build X2GoClient | + | ====== Build X2GoClient ====== |
Install the following package dependencies first (Debian/ | Install the following package dependencies first (Debian/ | ||
- | |||
< | < | ||
Line 19: | Line 18: | ||
**Run the following commands as a regular, non-root user. You'll need the root password to install them.** | **Run the following commands as a regular, non-root user. You'll need the root password to install them.** | ||
- | **1. | + | ==== 1. Install nxproxy |
- | Install nxproxy | + | |
+ | You can either install it directly via the package manager, like when using APT: | ||
+ | |||
+ | < | ||
+ | |||
+ | **OR** | ||
+ | |||
+ | Install nxproxy from source: | ||
< | < | ||
Line 33: | Line 39: | ||
- | **2a. | + | ==== 2. Install x2goclient from git ==== |
- | Install x2goclient from git** | + | |
< | < | ||
Line 44: | Line 49: | ||
</ | </ | ||
- | **2b. | ||
- | Also build+install x2goplugin** | ||
- | |||
- | |||
- | **TODO:** Where is the the X2Go Browser plugin repo located? | ||