|
@@ -4,7 +4,7 @@
|
4
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
5
|
<head>
|
6
|
6
|
<title></title>
|
7
|
|
-<!-- 2015-09-29 Tue 15:14 -->
|
|
7
|
+<!-- 2015-09-29 Tue 15:33 -->
|
8
|
8
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
9
|
9
|
<meta name="generator" content="Org-mode" />
|
10
|
10
|
<meta name="author" content="Bob Mottram" />
|
|
@@ -688,6 +688,23 @@ Build script for OpenKeychain:
|
688
|
688
|
|
689
|
689
|
<div class="org-src-container">
|
690
|
690
|
|
|
691
|
+<pre class="src src-bash">mkdir ~/develop
|
|
692
|
+<span class="org-builtin">cd</span> ~/develop
|
|
693
|
+git clone https://github.com/bashrc/open-keychain
|
|
694
|
+<span class="org-builtin">cd</span> open-keychain
|
|
695
|
+git checkout origin/bashrc/hidden-recipient-4
|
|
696
|
+git checkout -b bashrc/hidden-recipient-4
|
|
697
|
+<span class="org-builtin">cd</span> tools
|
|
698
|
+nano build.sh
|
|
699
|
+</pre>
|
|
700
|
+</div>
|
|
701
|
+
|
|
702
|
+<p>
|
|
703
|
+Then add the following:
|
|
704
|
+</p>
|
|
705
|
+
|
|
706
|
+<div class="org-src-container">
|
|
707
|
+
|
691
|
708
|
<pre class="src src-bash"><span class="org-comment-delimiter">#</span><span class="org-comment">!/bin/</span><span class="org-keyword">bash</span>
|
692
|
709
|
|
693
|
710
|
<span class="org-comment-delimiter"># </span><span class="org-comment">This script is intended to be used on Debian systems for building</span>
|
|
@@ -759,11 +776,36 @@ git submodule init && git submodule update
|
759
|
776
|
</div>
|
760
|
777
|
|
761
|
778
|
<p>
|
|
779
|
+Save and exit with <b>CTRL-o</b>, <b>CTRL-x</b>.
|
|
780
|
+</p>
|
|
781
|
+
|
|
782
|
+<div class="org-src-container">
|
|
783
|
+
|
|
784
|
+<pre class="src src-bash">chmod +x build.sh
|
|
785
|
+./build.sh
|
|
786
|
+</pre>
|
|
787
|
+</div>
|
|
788
|
+
|
|
789
|
+<p>
|
762
|
790
|
Build script for K9:
|
763
|
791
|
</p>
|
764
|
792
|
|
765
|
793
|
<div class="org-src-container">
|
766
|
794
|
|
|
795
|
+<pre class="src src-bash"><span class="org-builtin">cd</span> ~/develop
|
|
796
|
+git clone https://github.com/k9mail/k-9
|
|
797
|
+<span class="org-builtin">cd</span> k-9
|
|
798
|
+<span class="org-builtin">cd</span> tools
|
|
799
|
+nano build.sh
|
|
800
|
+</pre>
|
|
801
|
+</div>
|
|
802
|
+
|
|
803
|
+<p>
|
|
804
|
+Then add the following:
|
|
805
|
+</p>
|
|
806
|
+
|
|
807
|
+<div class="org-src-container">
|
|
808
|
+
|
767
|
809
|
<pre class="src src-bash"><span class="org-comment-delimiter">#</span><span class="org-comment">!/bin/</span><span class="org-keyword">bash</span>
|
768
|
810
|
|
769
|
811
|
<span class="org-comment-delimiter"># </span><span class="org-comment">This script is intended to be used on Debian systems for building</span>
|
|
@@ -827,6 +869,17 @@ android sdk
|
827
|
869
|
<span class="org-keyword">exit</span> 0
|
828
|
870
|
</pre>
|
829
|
871
|
</div>
|
|
872
|
+
|
|
873
|
+<p>
|
|
874
|
+Save and exit with <b>CTRL-o</b>, <b>CTRL-x</b>.
|
|
875
|
+</p>
|
|
876
|
+
|
|
877
|
+<div class="org-src-container">
|
|
878
|
+
|
|
879
|
+<pre class="src src-bash">chmod +x build.sh
|
|
880
|
+./build.sh
|
|
881
|
+</pre>
|
|
882
|
+</div>
|
830
|
883
|
</div>
|
831
|
884
|
</div>
|
832
|
885
|
|