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

wiki-admin at x2go.org wiki-admin at x2go.org
Tue May 26 16:57:12 CEST 2020


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.
  
  <code>
- 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
  </code>
  
- 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/



More information about the x2go-commits mailing list