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
Last revision Both sides next revision
wiki:development:development-workspace [2013/03/14 23:37]
sunweaver [Getting Build Dependencies]
wiki:development:development-workspace [2013/03/14 23:38]
sunweaver
Line 8: Line 8:
 ===== Building ===== ===== Building =====
  
-==== Debian ==== +==== Debian/Ubuntu ====
- +
-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 ====+
  
 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:
Line 25: Line 17:
  
 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''.
  
-**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 ==== ==== Makefile ====
wiki/development/development-workspace.txt · Last modified: 2013/03/14 23:40 by sunweaver