A page in your DokuWiki was added or changed. Here are the details: Date : 2013/03/14 23:38 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1 IP-Address : 46.142.39.109 Hostname : 109-39-142-46.pool.kielnet.net Old Revision: http://wiki.x2go.org/doku.php/wiki:development:development-workspace?rev=136... New Revision: http://wiki.x2go.org/doku.php/wiki:development:development-workspace Edit Summary: User : sunweaver @@ -6,29 +6,22 @@ The code is managed in a [[git| GIT repository]]. ===== Building ===== - ==== Debian ==== - - On Ubuntu you'll probably need the following dependencies to get a proper build: - - <code> - sudo apt-get install devscripts debhelper build-essential - </code> - - ==== Ubuntu ==== + ==== Debian/Ubuntu ==== On Ubuntu you'll probably need the following dependencies to get a proper build: <code> sudo apt-get install devscripts debhelper ubuntu-dev-tools build-essential </code> More info in general form: [[https://wiki.ubuntu.com/PackagingGuide/HandsOn]] + ==== Getting Build Dependencies ==== Each Git has a file'' debian/control''. It has a section ''Build-Depends''. - **Ubuntu:** The package ''ubuntu-dev-tools'' (also provided in Debian) allows to install them running ''sudo get-build-deps debian/control''. + The package ''ubuntu-dev-tools'' (also provided in Debian) allows to install them running ''sudo get-build-deps debian/control''. ==== Makefile ==== Most projects should have a Makefile, that builds the project by running make (This is work in progress). -- This mail was generated by DokuWiki at http://wiki.x2go.org/