[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:deb-buildguide

2020-05-26 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2020/05/26 14:57
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:deb-buildguide?rev=1488631938
New Revision: https://wiki.x2go.org/doku.php/wiki:development:deb-buildguide
Edit Summary: [Get the build and development dependencies] 
User: danger89


@@ -15,21 +15,23 @@
 You should now have cloned all repositories actually shown 
[[http://code.x2go.org/gitweb|at the gitweb here]].
 
  Get the build and development dependencies 
 
- Then you should use your favorite available packet manager to install the build dependencies although I'm not 100% sure wether we need all of them or some are optional...

+ Install the following packages for development (Debian/Ubuntu based distro):
+ 
+ //Note:// Some packages

are optional.
 
 

- sudo apt-get install build-essential qt4-designer qtcreator qtcreator-doc \
+ sudo apt-get install build-essential qt4-default qt4-designer qtcreator 
qtcreator-doc \
  qt4-demos qt4-doc qt4-dev-tools libqt4-dev git \
-  qt-sdk libldap2-dev libssh-dev libxpm-dev libcups2-dev \
+  libldap2-dev libssh-dev libxpm-dev libcups2-dev \
  debhelper doxygen man2html-base xutils-dev 
libpixman-1-dev\
  devscripts quilt libxcomposite-dev libxrandr-dev\
  libxtst-dev libxinerama-dev libxrender-dev pkg-config 
expat\
-  libxmltok1-dev libxml2-dev libxfont1-dev
+  libxmltok1-dev libxml2-dev libxfont-dev
 
 
- All up-to-date dependencies you can get with **dpkg-checkbuilddeps**

+ All up-to-date dependencies you can get with **dpkg-checkbuilddeps** command.
  Build the actual code 
 
 Before

you build, consider this: when you're on the master branch, you're on the 
bleeding edge. This could contain any sort of errors or experimental code. Have 
a look at the available tags:
 



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:deb-buildguide

2017-03-04 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/03/04 12:52
Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/56.0.2924.87 Safari/537.36
IP-Address  : 79.250.125.223
Hostname: p4FFA7DDF.dip0.t-ipconnect.de
Old Revision: 
http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide?rev=1488631867
New Revision: http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide
Edit Summary: [Get the build and development dependencies] 
User: gratuxri


@@ -27,9 +27,9 @@
  libxtst-dev libxinerama-dev libxrender-dev pkg-config 
expat\
  libxmltok1-dev libxml2-dev libxfont1-dev
 
 
- All up-to-date dependencies you can get with dpkg-checkbuilddeps

+ All up-to-date dependencies you can get with **dpkg-checkbuilddeps**
  Build the actual code 
 
 Before you build, consider this: when you're on the master branch, you're on the bleeding edge.

This could contain any sort of errors or experimental code. Have a look at the 
available tags:
 



--
This mail was generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:deb-buildguide

2017-03-04 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/03/04 12:51
Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/56.0.2924.87 Safari/537.36
IP-Address  : 79.250.125.223
Hostname: p4FFA7DDF.dip0.t-ipconnect.de
Old Revision: 
http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide?rev=1488625440
New Revision: http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide
Edit Summary: [Get the build and development dependencies] 
User: gratuxri


@@ -27,8 +27,9 @@
  libxtst-dev libxinerama-dev libxrender-dev pkg-config 
expat\
  libxmltok1-dev libxml2-dev libxfont1-dev
 
 
+ All up-to-date dependencies you can get with dpkg-checkbuilddeps

  Build the actual code 
 
 Before you build, consider this: when you're on the master branch, you're on the bleeding edge. This could contain any sort of errors or experimental code. Have a look at

the available tags:
 



--
This mail was generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:deb-buildguide

2017-03-04 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/03/04 11:04
Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/56.0.2924.87 Safari/537.36
IP-Address  : 79.250.125.223
Hostname: p4FFA7DDF.dip0.t-ipconnect.de
Old Revision: 
http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide?rev=1488624934
New Revision: http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide
Edit Summary: [Get the build and development dependencies] 
User: gratuxri


@@ -22,9 +22,11 @@
 sudo apt-get install build-essential qt4-designer qtcreator qtcreator-doc \
  qt4-demos qt4-doc qt4-dev-tools libqt4-dev git \
  qt-sdk libldap2-dev libssh-dev libxpm-dev libcups2-dev \
  debhelper doxygen man2html-base xutils-dev 
libpixman-1-dev\
-  devscripts
+  devscripts quilt libxcomposite-dev libxrandr-dev\
+   
 libxtst-dev libxinerama-dev libxrender-dev pkg-config expat\

+  libxmltok1-dev libxml2-dev libxfont1-dev
 
 
  Build the actual code 
 



--
This mail was generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:deb-buildguide

2017-03-04 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/03/04 10:55
Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/56.0.2924.87 Safari/537.36
IP-Address  : 79.250.125.223
Hostname: p4FFA7DDF.dip0.t-ipconnect.de
Old Revision: 
http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide?rev=1488624460
New Revision: http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide
Edit Summary: [Get the build and development dependencies] 
User: gratuxri


@@ -21,9 +21,10 @@
 
 sudo apt-get install build-essential qt4-designer qtcreator qtcreator-doc \
  qt4-demos qt4-doc qt4-dev-tools libqt4-dev git \
  qt-sdk libldap2-dev libssh-dev libxpm-dev libcups2-dev \
-  debhelper doxygen man2html-base xutils-dev 
libpixman-1-dev
+  debhelper doxygen man2html-base xutils-dev 
libpixman-1-dev\
+ 
devscripts

 
 
  Build the actual code 
 



--
This mail was generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:deb-buildguide

2017-03-04 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/03/04 10:47
Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/56.0.2924.87 Safari/537.36
IP-Address  : 79.250.125.223
Hostname: p4FFA7DDF.dip0.t-ipconnect.de
Old Revision: 
http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide?rev=1488624364
New Revision: http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide
Edit Summary: [Get the build and development dependencies] 
User: gratuxri


@@ -21,9 +21,9 @@
 
 sudo apt-get install build-essential qt4-designer qtcreator qtcreator-doc \
  qt4-demos qt4-doc qt4-dev-tools libqt4-dev git \
  qt-sdk libldap2-dev libssh-dev libxpm-dev libcups2-dev \
-  debhelper doxygen man2html-base xutils-dev
+  debhelper doxygen man2html-base xutils-dev 
libpixman-1-dev
 
 
  Build the actual code 





--
This mail was generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:deb-buildguide

2017-03-04 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/03/04 10:46
Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/56.0.2924.87 Safari/537.36
IP-Address  : 79.250.125.223
Hostname: p4FFA7DDF.dip0.t-ipconnect.de
Old Revision: 
http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide?rev=1479990995
New Revision: http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide
Edit Summary: [Get the build and development dependencies] 
User: gratuxri


@@ -21,9 +21,9 @@
 
 sudo apt-get install build-essential qt4-designer qtcreator qtcreator-doc \
  qt4-demos qt4-doc qt4-dev-tools libqt4-dev git \
  qt-sdk libldap2-dev libssh-dev libxpm-dev libcups2-dev \
-  debhelper doxygen man2html-base
+  debhelper doxygen man2html-base xutils-dev
 
 
  Build the actual code 
 



--
This mail was
generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:deb-buildguide

2016-11-24 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2016/11/24 12:36
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) 
Gecko/20100101 Firefox/49.0
IP-Address  : 178.162.222.41
Hostname: 178.162.222.41.adsl.inet-telecom.org
Old Revision: 
http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide?rev=1425789576
New Revision: http://wiki.x2go.org/doku.php/wiki:development:deb-buildguide
Edit Summary: Remove Raspbian information.
User: ionic

@@ -42,97 +42,5 @@
 Change to the branch or tag of project you want to build and **build the project** with: 
 
 

 debuild -us -uc
- 
- 
-  Build server components on Raspberry Pi (Raspbian wheezy) 
- 
- These are temporary notes.

- 
- sudo apt-get update
- # build deps of both nx-libs and x2goserver
- sudo apt-get install  --yes debhelper libpng-dev libjpeg-dev zlib1g-dev quilt 
libfontconfig1-dev libfontenc-dev libfreetype6-dev libxmltok1-dev libxml2-dev
autoconf pkg-config x11proto-core-dev man2html-base
- git clone http://code.x2go.org/git/nx-libs.git
- cd nx-libs
- git checkout redist-server/3.5.0.27
- # This will take about 1 hour or so.
- dpkg-buildpackage -us -uc
- cd ..
- git clone http://code.x2go.org/git/x2goserver.git
- cd x2goserver
- git checkout 4.0.1.16
- # This will take a few minutes
- dpkg-buildpackage -us -uc
- cd ..
- # No new depenendcies for cups-x2go
- git clone git://code.x2go.org/cups-x2go.git
- cd cups-x2go
- git checkout 3.0.1.0
- dpkg-buildpackage -us -uc
- cd ..
- sudo apt-get install  --yes autotools-dev libqt4-gui libglib2.0-dev m4 
qt4-qmake libqt4-dev dh-autoreconf
- git clone git://code.x2go.org/pinentry-x2go.git
- cd pinentry-x2go
- git checkout 0.7.5.7
- dpkg-buildpackage -us -uc
- cd ..
- 
- 
-  Install server components on Raspberry Pi (Raspbian wheezy) 

- These are temporary notes.
- 
- 

- # X2Go Server dependencies and recommendations
- sudo apt-get install libc6 lsof bc
openssh-server openssh-client libconfig-simple-perl pwgen libdbd-pg-perl 
libdbd-sqlite3-perl libfile-basedir-perl libcapture-tiny-perl adduser xauth 
psmisc net-tools sshfs x11-apps x11-session-utils x11-utils x11-xfs-utils 
x11-xkb-utils x11-xserver-utils fontconfig xinit xfonts-base x11-common
- # nx-libs dependencies and recommendations
- sudo apt-get install libc6 libxml2 libjpeg8 libpng12-0 libstdc++6 zlib1g 
libgcc1
- sudo dpkg -i x2goagent_*.deb nxagent_*.deb libnx-x11_*.deb libxcomp3_*.deb 
libxcompext3_*.deb libxcompshad3_*.deb
- # If you have x2goclient installed from the raspbian repos, you will need to 
run this command instead of the last one
- sudo dpkg -i x2goagent_*.deb nxagent_*.deb libnx-x11_*.deb libxcomp3_*.deb 
libxcompext3_*.deb libxcompshad3_*.deb nxproxy_*.deb
- sudo dpkg -i x2goserver_*.deb x2goserver-xsession_*.deb 
x2goserver-extensions_*.deb
- 
- 
-  Build client components on Raspberry Pi (Raspbian wheezy) 
- 
- These are temporary notes.
- 
-


- sudo aptitude install pbuilder debootstrap devscripts quilt ccache
- sudo pbuilder create --distribution wheezy --debootstrapopts --variant=buildd 
--debootstrapopts --keyring=/usr/share/keyrings/raspbian-archive-keyring.gpg
- cd ~
- git clone git://code.x2go.org/nx-libs.git
- cd nx-libs
- git checkout 
- dpkg-buildpackage -us -uc -S
- cd ..
- sudo pbuilder --build nx-libs*.dsc
- wget 
http://ftp.de.debian.org/debian/pool/main/libs/libssh/libssh_0.5.4.orig.tar.gz
- wget 
http://ftp.de.debian.org/debian/pool/main/libs/libssh/libssh_0.5.4-3~bpo70+1.dsc
- wget 
http://ftp.de.debian.org/debian/pool/main/libs/libssh/libssh_0.5.4-3~bpo70+1.debian.tar.gz
- sudo pbuilder --build libssh*.dsc
- cd /var/cache/pbuilder/result
- sudo dpkg-scanpackages . /dev/null > ~/Packages
- sudo mv ~/Packages ./
- sudo pbuilder --login --save-after-login --bindmounts 
/var/cache/pbuilder/result
- echo "deb file:///var/cache/pbuilder/result/ /" > 
/etc/apt/sources.list.d/pbuilder-result.list
-
apt-get update
- apt-get install libssh-dev
- exit
- cd ~
- git clone git://code.x2go.org/x2goclient.git
- cd x2goclient
- git checkout 
- dpkg-buildpackage -us -uc -S
- sudo pbuilder --build x2goclient*.dsc
- cd /var/cache/pbuilder/result
- sudo dpkg-scanpackages . /dev/null > ~/Packages
- sudo mv ~/Packages ./
- 
- 
-  Install client components on Raspberry Pi (Raspbian wheezy) 

- These are temporary notes.
- 
- echo "deb file:///var/cache/pbuilder/result/ /" | sudo tee 
/etc/apt/sources.list.d/pbuilder-result.list
- sudo apt-get update
- sudo apt-get install x2goclient
 


--
This mail was generated by DokuWiki at
http://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits