Hi Peter, On Mi 07 Jan 2015 17:42:31 CET, Peter Brodsky wrote:
At the same time - Mike I'll take you up on your offer to build a Debian package for me. I am familiar withGit, of course, but have not built .deb packages.
It is probably easier, if you build those packages yourself (on the machine where they shall be installed):
# as user root $ apt-get install build-essential devscripts git $ adduser x2go-build [...] $ su - x2go-build # as user x2go-build $ mkdir x2go $ cd x2go # building nx-libs $ git clone git://code.x2go.org/nx-libs.git $ cd nx-libs $ debuild -uc -us [... check stdout/stderr for missing build-dependencies ...] [... install those missing build-dependencies ...] [... if first build failed, run debuild again ...] $ debuild -uc -us [... takes a while ...] # building x2goserver $ cd .. $ git git://code.x2go.org/x2goserver.git $ cd x2goserver $ debuild -uc -us [... check stdout/stderr for missing build-dependencies ...] [... install those missing build-dependencies ...] [... if first build failed, run debuild again ...] $ debuild -uc -us [... takes a bit...] $ cd .. $ exit # again as root $ dpkg -i ~x2go-build/x2go/*.deb $ apt-get install -f # done Mike -- DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: [email protected], http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
pgpWVoxA50bpv.pgp
Description: Digitale PGP-Signatur
_______________________________________________ x2go-user mailing list [email protected] http://lists.x2go.org/listinfo/x2go-user
