<a id="top"></a> <ol> <li> <a href="#head-5b50aeed8139c95e5a2670d4248978d942c5edd6">Software requirements</a> <ol> <li> <a href="#head-143e3ec00a024bf2d9486f21dccab7ddc0ac3709">Packages</a> </li> <li> <a href="#head-8abff5fecd19a74f1f5602aa82c8783c80b6862e">Kernel</a> </li> </ol> <li> <a href="#head-e988a63aa4744649892e3c85e239927edb01f336">Get the source</a> </li> <li> <a href="#head-3b183abdfebed7afdbbdbb7625f85081882beb70">First build</a> </li> <li> <a href="#head-08bd0ad2103b9f58bd026d64c0bcb333f3bbd90b">Finished</a> </li> </ol> <p> </p> <hr> <p> </p> <p><em>back to <a href="/cryptobox?action=doc&page=CryptoBoxDev&weblang=de">CryptoBoxDev</a></em> </p> <h2 id="head-5b50aeed8139c95e5a2670d4248978d942c5edd6">Software requirements</h2> <h3 id="head-143e3ec00a024bf2d9486f21dccab7ddc0ac3709">Packages</h3> <p>We use <a class="external" href="http://debian.org">Debian</a> as our development environment. This was a natural choice, as the <a href="/cryptobox?action=doc&page=CryptoBox">CryptoBox</a>-LiveCD is also based on Debian. Other distributions should work too, of course - <a class="interwiki" title="Acronym" href="http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=YMMV&weblang=de">YMMV</a>. </p> <p>required: </p> <ul> <li><p> <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=dfsbuild">dfsbuild</a> </p> </li> <li><p> <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=subversion">subversion</a> </p> </li> <li><p> <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=chroot">chroot</a> </p> </li> </ul> <p>recommended: </p> <ul> <li><p> <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=apt-cacher">apt-cacher</a>, <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=apt-proxy">apt-proxy</a> or <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=approx">approx</a> </p> </li> <li><p> <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=qemu">qemu</a> </p> </li> <li><p> <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=curl">curl</a> </p> </li> </ul> <h3 id="head-8abff5fecd19a74f1f5602aa82c8783c80b6862e">Kernel</h3> <p>If you want to use <a class="external" href="http://fabrice.bellard.free.fr/qemu/">qemu</a> to test your <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> in a virtual environment, then you will need the <em>tun/tap</em> kernel feature. </p> <pre> CONFIG_TUN=m</pre> <h2 id="head-e988a63aa4744649892e3c85e239927edb01f336">Get the source</h2> <p>Download the latest release from our <a class="external" href="http://subversion.tigris.org">subversion</a>-Repository: </p> <pre> svn checkout https://svn.systemausfall.org/svn/cryptobox/trunk </pre> <h2 id="head-3b183abdfebed7afdbbdbb7625f85081882beb70">First build</h2> <p>run <tt>scripts/cbox-build.sh release</tt> as <em>root</em> - hopefully, there should be no errors <img src="/cryptobox-img/smile.png" alt=":)" height="15" width="15"> </p> <p>Hint: This step will fail, if you did not install <em>apt-cacher</em>. See <a href="/cryptobox?action=doc&page=CryptoBoxDevCustomBuild&weblang=de">CryptoBoxDevCustomBuild</a> for details on how to change the build-configuration settings (in this case: <em>mirror</em> in <em>dfs-cbox.conf</em>). </p> <h2 id="head-08bd0ad2103b9f58bd026d64c0bcb333f3bbd90b">Finished</h2> <p>Now you can start to pariticipate in the development of the <a href="/cryptobox?action=doc&page=CryptoBox">CryptoBox</a> or simply customize your own <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a>-LiveCD. </p> <p>See <a href="/cryptobox?action=doc&page=CryptoBoxDevWorkFlow">CryptoBoxDevWorkFlow</a> for details of how to use the developer's tools of the <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a>. </p> <p><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomBuild">CryptoBoxDevCustomBuild</a> shows some examples for local customizations of the <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a>. </p>