<div class="wikipage"> <div id="searchable"><p> <div class='wiki-toc'> <h4>Table of Contents</h4> <ol> <li><a href="?action=doc&page=CryptoBoxDevPreparation&weblang=de#Softwarerequirements">Software requirements</a></li> <ol><li><a href="?action=doc&page=CryptoBoxDevPreparation&weblang=de#Packages">Packages</a></li> <li><a href="?action=doc&page=CryptoBoxDevPreparation&weblang=de#Kernel">Kernel</a></li> </ol><li><a href="?action=doc&page=CryptoBoxDevPreparation&weblang=de#Getthesource">Get the source</a></li> <li><a href="?action=doc&page=CryptoBoxDevPreparation&weblang=de#Firstbuild">First build</a></li> <li><a href="?action=doc&page=CryptoBoxDevPreparation&weblang=de#Finished">Finished</a></li> <li><a href="?action=doc&page=CryptoBoxDevPreparation&weblang=de#Comments">Comments</a></li> </ol> </div> </p> <p> <strong>Navigation:</strong> ( <a href="?action=doc&page=CryptoBoxDev&weblang=de">CryptoBoxDev</a>, <a href="?action=doc&page=CryptoBoxDevCustomBuild&weblang=de">CryptoBoxDevCustomBuild</a>, <a href="/trac/cryptobox/wiki/CryptoBoxDevWorkFlow">CryptoBoxDevWorkFlow</a>) </p> <hr /> <h1 id="Preparationsfordevelopers">Preparations for developers</h1> <h2 id="Softwarerequirements">Software requirements</h2> <h3 id="Packages">Packages</h3> <p> We use <a class="ext-link" title="http://debian.org" href="http://debian.org">Debian</a> as our development environment. This was a natural choice, as the CryptoBox-LiveCD is also based on Debian. Other distributions should work too, of course - <i>your mileage may vary</i>. </p> <p> required: </p> <ul><li><a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=dfsbuild" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=dfsbuild">dfsbuild</a> </li><li><a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=subversion" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=subversion">subversion</a> </li><li><a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=chroot" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=chroot">chroot</a> </li></ul><p> recommended: </p> <ul><li><a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=apt-cacher" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=apt-cacher">apt-cacher</a>, <a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=apt-proxy" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=apt-proxy"> apt-proxy</a> or <a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=approx" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=approx">approx</a> </li><li><a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=qemu" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=qemu">qemu</a> </li><li><a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=curl" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=curl">curl</a> </li></ul><h3 id="Kernel">Kernel</h3> <p> If you want to use <a class="ext-link" title="http://fabrice.bellard.free.fr/qemu/" href="http://fabrice.bellard.free.fr/qemu/">qemu</a> to test your <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> in a virtual environment, then you will need the <i>tun/tap</i> kernel feature. </p> <pre class="wiki">CONFIG_TUN=m </pre><h2 id="Getthesource">Get the source</h2> <p> Download the latest release from our <a class="ext-link" title="http://subversion.tigris.org" href="http://subversion.tigris.org">subversion</a>-Repository: </p> <pre class="wiki">svn checkout https://svn.systemausfall.org/svn/cryptobox/trunk </pre><h2 id="Firstbuild">First build</h2> <p> run <tt>scripts/cbox-build.sh release</tt> as <i>root</i> - hopefully, there should be no errors :) </p> <p> Hint: This step will fail, if you did not install <i>apt-cacher</i>. See <a href="?action=doc&page=CryptoBoxDevCustomBuild&weblang=de">CryptoBoxDevCustomBuild</a> for details on how to change the build-configuration settings (in this case: <i>mirror</i> in <i>dfs-cbox.conf</i>). </p> <h2 id="Finished">Finished</h2> <p> Now you can start to pariticipate in the development of the <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> or simply customize your own CryptoBox-LiveCD. </p> <p> See <a href="?action=doc&page=CryptoBoxDevWorkFlow&weblang=de">CryptoBoxDevWorkFlow</a> for details of how to use the developer's tools of the <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a>. </p> <p> <a href="?action=doc&page=CryptoBoxDevCustomBuild&weblang=de">CryptoBoxDevCustomBuild</a> shows some examples for local customizations of the <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a>. </p> <hr /> <h2 id="Comments">Comments</h2> <p> </div> </div>