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
Last revision Both sides next revision
wiki:development:development-workspace [2013/03/14 23:35]
sunweaver
wiki:development:development-workspace [2013/03/14 23:38]
sunweaver
Line 7: Line 7:
  
 ===== Building ===== ===== Building =====
 +
 +==== Debian/Ubuntu ====
  
 On Ubuntu you'll probably need the following dependencies to get a proper build: On Ubuntu you'll probably need the following dependencies to get a proper build:
  
 <code> <code>
-  sudo apt-get install devscripts debhelper +  sudo apt-get install devscripts debhelper ubuntu-dev-tools build-essential
-    ubuntu-dev-tools build-essential +
-    libldap2-dev libssh-dev libxpm-dev libcups2-dev+
 </code> </code>
  
 More info in general form: [[https://wiki.ubuntu.com/PackagingGuide/HandsOn]] 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''.
  
 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''.
wiki/development/development-workspace.txt · Last modified: 2013/03/14 23:40 by sunweaver