doc update
This commit is contained in:
parent
b2ce217afe
commit
333f46993c
26 changed files with 763 additions and 540 deletions
|
@ -8,19 +8,19 @@
|
|||
<div class='wiki-toc'>
|
||||
<h4>Table of Contents</h4>
|
||||
<ol>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevPreparation#Softwarerequirements&weblang=de">Software requirements</a></li>
|
||||
<ol><li><a href="/cryptobox?action=doc&page=CryptoBoxDevPreparation#Packages&weblang=de">Packages</a></li>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevPreparation#Kernel&weblang=de">Kernel</a></li>
|
||||
</ol><li><a href="/cryptobox?action=doc&page=CryptoBoxDevPreparation#Getthesource&weblang=de">Get the source</a></li>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevPreparation#Firstbuild&weblang=de">First build</a></li>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevPreparation#Finished&weblang=de">Finished</a></li>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevPreparation#Comments&weblang=de">Comments</a></li>
|
||||
<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="/cryptobox?action=doc&page=CryptoBoxDev">CryptoBoxDev</a>, <a href="/cryptobox?action=doc&page=CryptoBoxDevCustomBuild">CryptoBoxDevCustomBuild</a>, <a href="/trac/cryptobox/wiki/CryptoBoxDevWorkFlow&weblang=de">CryptoBoxDevWorkFlow</a>)
|
||||
<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 />
|
||||
|
@ -44,7 +44,7 @@ recommended:
|
|||
</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?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> in a virtual environment, then you will need the <i>tun/tap</i> kernel feature.
|
||||
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>
|
||||
|
@ -57,17 +57,17 @@ Download the latest release from our <a class="ext-link" title="http://subversio
|
|||
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="/cryptobox?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>).
|
||||
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="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> or simply customize your own CryptoBox-LiveCD.
|
||||
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="/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>.
|
||||
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="/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>.
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue