Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Debian distro

20 bytes removed, 18:58, 21 October 2017
Build Ubuntu packages
</pre>
=== Build Ubuntu packages ===if you're idea is build ubuntu packages then you need install other packages <pre>sudo apt-get install devscripts dh-make quilt autogen autoconf dh-autoreconf dh-buildinfo dh-make pkg-config</pre>
if you're idea is build ubuntu packages then you need install other packages
<pre>sudo apt-get install build-essential devscripts dh-make quilt autogen autoconf dh-autoreconf dh-buildinfo dh-make pkg-config
</pre>
=== Pbuilder ===
A [https://wiki.ubuntu.com/PbuilderHowto pbuilder] environment is a chrooted environment which can have a different distroseries or architecture than your host system.
<pre>sudo apt-get install pbuilder pbuilder-scripts</pre>