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:x2goclien…
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/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2020/05/28 22:46
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:advanced:start?rev=1590705976
New Revision: https://wiki.x2go.org/doku.php/wiki:advanced:start
Edit Summary:
User : danger89
@@ -50,9 +50,9 @@
<item>X2Go KDrive|Description and HOWTO|[[wiki:advanced:x2gokdrive:start]]|{{:wiki:litte-phoca.png|}}</item>
</menu>
</WRAP>
- ===== X2Go Printing Revisited =====
+ ===== X2Go Printing =====
<WRAP round info>
<menu col=2,align=center,caption="Client-side printing with X2Go">
<item>Client-side Printing with X2Go|The default approach for single X2Go Servers|[[doc:installation:printing]]|{{:wiki:litte-phoca.png|}}</item>
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2020/05/28 22:43
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:git?rev=1398690126
New Revision: https://wiki.x2go.org/doku.php/wiki:development:git
Edit Summary: [Anonymous X2Go Git Repository Access via Git-protocol (read-only)]
User : danger89
@@ -15,13 +15,12 @@
X2Go's Git projects can be cloned to a local copy through anonymous Git with the following instruction set (in a Unix-like console session).
- $ mkdir -p ~/x2go
- $ cd ~/x2go
- $ git clone git://code.x2go.org/<package>
+ $ mkdir ~/x2go && cd ~/x2go
+ $ git clone git://code.x2go.org/<package_name>
- For <package> names please refer to the [[http://git.x2go.org|Git WebGUI]] (see above).
+ For the <package_name> please refer to
the [[http://git.x2go.org|Git WebGUI]] (see above).
===== Contributing to X2Go =====
Before you start contributing make sure git git knows who you are, as this is added to the patches.
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2020/05/28 22:35
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/sources:source-tarballs:start?rev=1362749499
New Revision: https://wiki.x2go.org/doku.php/sources:source-tarballs:start
Edit Summary:
User : danger89
@@ -43,12 +43,11 @@
===== Code projects installable from Tarball =====
The following X2go projects support tarball installation. If you find a reference to a release version here that has not yet been release (i.e. is not available as tarball) then this means that it will be available in the code project's next upcoming release.
- ^ Code Project ^ Release ^ Comments ^
- | x2goclient | >= 3.0.1.19 | - |
- | x2goserver | >= 3.0.99.1 | - |
- | nxcomp | >= 3.4.0.8 | -
|
- | nxcompext | >= 3.4.0.2 | - |
- | nxcompshad | >= 3.4.0.4 | - |
- | nxproxy | >= 3.4.0.3 | - |
+ ^ Code Project ^ Release ^
+ | x2goclient | >= 3.0.1.19 |
+ | x2goserver | >= 3.0.99.1 |
+ | nxcomp | >= 3.4.0.8 |
+ | nxcompshad | >= 3.4.0.4 |
+ | nxproxy | >= 3.4.0.3 |
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2020/05/28 22:27
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:nx-libs?r…
New Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:nx-libs
Edit Summary:
User : danger89
@@ -1,44 +1,20 @@
====== Build NX (NoMachine) Libraries for GNU/Linux ======
- //... esp. applies to installation on the Linux-From-Scratch distribution.//
+ The [[https://code.x2go.org/gitweb?p=nx-libs.git|nx-libs repository]] contains several sub-modules like nx-X11, nxcomp, nxcompsahd, nxdialog and nxproxy.
- **1. FIXME -> has to built from nx-libs.git
+ [[https://github.com/ArcticaProject/nx-libs|Upstream repository of nx-libs]] (Arctica Project).
- Install nxcomp from git**
+
**Clone the git archive**
<code>
- $ git clone git://code.x2go.org/nxcomp
- $ cd nxcomp
- $ autoconf
- $ ./configure --prefix=/usr
- $ make
- $ su -c "make install && /sbin/ldconfig"
+ $ mkdir ~/x2go && cd ~/x2go
+ $ git clone git://code.x2go.org/nx-libs.git
+ $ cd nx-libs
</code>
- **2. FIXME -> has to built from nx-libs.git
- Install nxcompext from git**
+ Depending on what operating system you are, you can create packages for Debian/Ubuntu, Fedora/EPEL, OpenSuse and Windows.
- <code>
- $ git clone git://code.x2go.org/nxcompext
- $ cd nxcompext
- $ autoconf
- $ ./configure --prefix=/usr
- $ make
- $ su -c "make install && /sbin/ldconfig"
- </code>
-
- **3. FIXME -> has to built from nx-libs.git
-
- Install nxcompshad from git**
-
- <code>
- $ git clone git://code.x2go.org/nxcompshad
- $ cd nxcompshad
- $ autoconf
- $ ./configure --prefix=/usr
- $ make
- $ su -c "make install && /sbin/ldconfig"
- </code>
+ More details about the pre-requisites and the build
steps see the [[https://code.x2go.org/gitweb?p=nx-libs.git;a=blob;f=README.md|README.md file]].
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/