Hi Dears, I'm developing X2GO client to run it on my OTC clients and as a condition to do that the X2GO package should be installed to a specific directory to make it portable which mean that all the dependences that the package needs must be installed on that directory. i tried to install it using the apt-get command but it asks for dependances then i tried the source code but i failed to compile it so any suggestions please on how to do that and i will be thankful to u... thanks in advance.
I would love to figure out how to compile it as well. I've been told the platform my thin client runs on is closest to Ubuntu LTS 12.04 32 bit, but I can't manage to get the entire client to compile either.
-- Kermit Short, RHCE RHCVA Sr. Solutions Architect
From: x2go-user-bounces@lists.x2go.org [x2go-user-bounces@lists.x2go.org] on behalf of Mahmoud Ramadan Ali [cisco.and.more.blog@gmail.com] Sent: Wednesday, November 19, 2014 4:13 PM To: x2go-user@lists.x2go.org; x2go-user-owner@lists.x2go.org Subject: [X2Go-User] Developing X2GO For Openthinclient.
Hi Dears, I'm developing X2GO client to run it on my OTC clients and as a condition to do that the X2GO package should be installed to a specific directory to make it portable which mean that all the dependences that the package needs must be installed on that directory. i tried to install it using the apt-get command but it asks for dependances then i tried the source code but i failed to compile it so any suggestions please on how to do that and i will be thankful to u... thanks in advance.
Hi all,
On Do 20 Nov 2014 00:18:55 CET, Short, Kermit wrote:
I would love to figure out how to compile it as well. I've been
told the platform my thin client runs on is closest to Ubuntu LTS
12.04 32 bit, but I can't manage to get the entire client to compile
either.
The dependencies are given in the file debian/control [1] (under
Build-Depends).
So on a normal Debian / Ubuntu system it would be this:
sudo apt-get install dpkg-dev build-essential
sudo apt-get install debhelper libqt4-dev libldap2-dev libssh-dev
libcups2-dev libx11-dev libxpm-dev
sudo apt-get install git
git clone git://code.x2go.org/x2goclient.git
cd x2goclient
debuild -uc -us
# wait for build...
cd ..
sudo dpkg -i x2goclient*.deb
If you install libraries in a non-standard path, then you have to call
X2Go Client with a tweaked LD_LIBRARY_PATH variable, I presume.
Greets, Mike
[1]
http://code.x2go.org/gitweb?p=x2goclient.git;a=blob;f=debian/control;h=becd4...
--
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
Hi Kermit,
On Do 20 Nov 2014 00:18:55 CET, Short, Kermit wrote:
I would love to figure out how to compile it as well. I've been
told the platform my thin client runs on is closest to Ubuntu LTS
12.04 32 bit, but I can't manage to get the entire client to compile
either.
You could send a build log of your build failures (only the last few
lines where the error occurs) to the x2go-dev ML. Make sure to get
subscribed first [1].
Mike
[1] http://lists.x2go.org/listinfo/x2go-dev
--
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...