User Tools

Site Tools


wiki:development:buildguide

This is an old revision of the document!


Building from source

Create a place to work in

Create a folder somewhere, whatever you prefer, but I would recommend to keep all the code in the same place. For example create one in you home directory

mkdir -p ~/code/x2go && cd ~/code/x2go

Get the sources

First, you have to get the sources. There is already a “ready to clone” snippet here, to be pasted in any bash terminal.

You should now have cloned all repositories actually shown 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…

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
wiki/development/buildguide.1357830398.txt.gz · Last modified: 2013/03/08 13:31 (external edit)