User Tools

Site Tools


wiki:development:development-workspace

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:development:development-workspace [2011/10/17 19:27]
h1 Page moved from development-workspace to wiki:development-workspace
wiki:development:development-workspace [2013/03/08 13:31]
127.0.0.1 external edit
Line 4: Line 4:
  
 Before you can start developing you need the source code. Before you can start developing you need the source code.
-The code is managed in a [[git | GIT repository]]. +The code is managed in a [[git| GIT repository]]. 
  
 ===== Building ===== ===== Building =====
  
 +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 \
 +    libldap2-dev libssh-dev libxpm-dev libcups2-dev
 +</code>
 +
 +More info in general form: [[https://wiki.ubuntu.com/PackagingGuide/HandsOn]]
 ==== Getting Build Dependencies ==== ==== Getting Build Dependencies ====
 Each git has a file'' debian/control''. It has a section ''Build-Depends''. Each git has a file'' debian/control''. It has a section ''Build-Depends''.
wiki/development/development-workspace.txt ยท Last modified: 2013/03/14 23:40 by sunweaver