<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CryptoBox</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" media="screen" href="../../../var/www/cryptobox.css" type="text/css" /> </head> <body> <div id="lang"> <a href="../en/CryptoBox.html">English</a><br/> <a href="../de/CryptoBox.html">Deutsch</a><br/> </div> <div id="main"> <div id="head"> <h1>Die CryptoBox</h1> <h2>... und 1984 war gestern!</h2> </div> <div id="content"> <div id="menu"> <a href="CryptoBox.html">Übersicht</a> <a href="CryptoBoxUser.html">Nutzerhandbuch</a> <a href="CryptoBoxDev.html">Entwicklung</a> </div> <div id="doc"> <div class="wikipage"> <div id="searchable"><p> <div class='wiki-toc'> <h4>Table of Contents</h4> <ol> <li><a href="CryptoBoxDevPreparation.html#Softwarerequirements">Software requirements</a></li> <ol><li><a href="CryptoBoxDevPreparation.html#Packages">Packages</a></li> <li><a href="CryptoBoxDevPreparation.html#Kernel">Kernel</a></li> </ol><li><a href="CryptoBoxDevPreparation.html#Getthesource">Get the source</a></li> <li><a href="CryptoBoxDevPreparation.html#Firstbuild">First build</a></li> <li><a href="CryptoBoxDevPreparation.html#Finished">Finished</a></li> <li><a href="CryptoBoxDevPreparation.html#Comments">Comments</a></li> </ol> </div> </p> <p> <strong>Navigation:</strong> ( <a href="CryptoBoxDev.html">CryptoBoxDev</a>, <a href="CryptoBoxDevCustomBuild.html">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="CryptoBox.html">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="CryptoBoxDevCustomBuild.html">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="CryptoBox.html">CryptoBox</a> or simply customize your own CryptoBox-LiveCD. </p> <p> See <a href="CryptoBoxDevWorkFlow.html">CryptoBoxDevWorkFlow</a> for details of how to use the developer's tools of the <a href="CryptoBox.html">CryptoBox</a>. </p> <p> <a href="CryptoBoxDevCustomBuild.html">CryptoBoxDevCustomBuild</a> shows some examples for local customizations of the <a href="CryptoBox.html">CryptoBox</a>. </p> <hr /> <h2 id="Comments">Comments</h2> <p> </div> </div> </div><!-- end of 'words' --> <div id="footer"> <a href="https://systemausfall.org/prj/cryptobox" title="Projekt-Seite">CryptoBox-Home</a> Die CryptoBox ist ein Projekt von <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a> </div> </div> </div> </body> </html>