[X2Go-User] Is x2goserver available?

Mike Gabriel mike.gabriel at das-netzwerkteam.de
Thu Jan 8 10:39:21 CET 2015


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 with
> Git, 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: mike.gabriel at das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digitale PGP-Signatur
URL: <http://lists.x2go.org/pipermail/x2go-user/attachments/20150108/59154895/attachment.pgp>


More information about the x2go-user mailing list