[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:build-howto-linux:x2goclient
wiki-admin at x2go.org
wiki-admin at x2go.org
Fri May 29 00:52:55 CEST 2020
A page in your DokuWiki was added or changed. Here are the details:
Date : 2020/05/28 22:52
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0
IP-Address : 85.145.27.228
Hostname : 228-27-145-85.ftth.glasoperator.nl
Old Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:x2goclient?rev=1590506173
New Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:x2goclient
Edit Summary:
User : danger89
@@ -1,8 +1,7 @@
- ====== Build X2GoClient & X2Go Browser Plugin for GNU/Linux ======
+ ====== Build X2GoClient ======
Install the following package dependencies first (Debian/Ubuntu based distros):
-
<code>
sudo apt-get install build-essential libc6-dev \
qt4-dev-tools libqt4-dev libqt4-network git \
@@ -17,10 +16,17 @@
**Run the following commands as a regular, non-root user. You'll need the root password to install them.**
- **1.
- Install
nxproxy from git**
+ ==== 1. Install nxproxy ====
+
+ You can either install it directly via the package manager, like when using APT:
+
+ <code>apt install nxproxy</code>
+
+ **OR**
+
+ Install nxproxy from source:
<code>
$ mkdir ~/x2go && cd ~/x2go
$ git clone git://code.x2go.org/nx-libs.git
@@ -31,10 +37,9 @@
$ sudo make install
</code>
- **2a.
- Install x2goclient from git**
+ ==== 2. Install x2goclient from git ====
<code>
$ git clone git://code.x2go.org/x2goclient
$ cd x2goclient
@@ -42,13 +47,8 @@
$ make -j 4
$ sudo make install_client
</code>
- **2b.
- Also build+install x2goplugin**
-
-
- **TODO:** Where is the the X2Go Browser plugin repo located?
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
More information about the x2go-commits
mailing list