<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Building on Linux</title><link>https://sourceforge.net/p/ourorgan/wiki/Building%2520on%2520Linux/</link><description>Recent changes to Building on Linux</description><atom:link href="https://sourceforge.net/p/ourorgan/wiki/Building%20on%20Linux/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 24 Jan 2019 19:13:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ourorgan/wiki/Building%20on%20Linux/feed" rel="self" type="application/rss+xml"/><item><title>Building on Linux modified by Martin Koegler</title><link>https://sourceforge.net/p/ourorgan/wiki/Building%2520on%2520Linux/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;To rebuild a deb package (Debian/Ubuntu), download the source package (3 files) of the best matching distribution version and run (as normal user):&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;sudo apt-get install build-essential fakeroot
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The copy the 3 source files (&lt;em&gt;.dsc, &lt;/em&gt;.diff.gz, *.orig.tar.gz) into an empty directory,. Open a terminal and enter it with cd &amp;lt;dirname&amp;gt;.&lt;br/&gt;
Then:&amp;lt;/dirname&amp;gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;dpkg-source -x grandorgue-*.dsc
cd grandorgue-0.3*
dpkg-buildpackage -rfakeroot
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;If dpkg-buildpackage reports, that a package is missing, please install them too (sudo apt-get install &amp;lt;packagename).&lt;/p&gt;
&lt;p&gt;This will build the required packages. The packages can be installed as root with "dpkg -i &amp;lt;package name=""&amp;gt;". As you are not using apt-get, missing dependency will only be reported and not automatically installed.&amp;lt;/package&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Koegler</dc:creator><pubDate>Thu, 24 Jan 2019 19:13:00 -0000</pubDate><guid>https://sourceforge.net29404b4c1e14498c79a4aa702c0b6ba53288477c</guid></item></channel></rss>