Quellcode durchsuchen

Instructions for installing K-9 on Android

Bob Mottram vor 9 Jahren
Ursprung
Commit
9506f0d11b
2 geänderte Dateien mit 91 neuen und 1 gelöschten Zeilen
  1. 37
    0
      doc/EN/usage.org
  2. 54
    1
      website/EN/usage.html

+ 37
- 0
doc/EN/usage.org Datei anzeigen

216
 Build script for OpenKeychain:
216
 Build script for OpenKeychain:
217
 
217
 
218
 #+BEGIN_SRC bash
218
 #+BEGIN_SRC bash
219
+mkdir ~/develop
220
+cd ~/develop
221
+git clone https://github.com/bashrc/open-keychain
222
+cd open-keychain
223
+git checkout origin/bashrc/hidden-recipient-4
224
+git checkout -b bashrc/hidden-recipient-4
225
+cd tools
226
+nano build.sh
227
+#+END_SRC
228
+
229
+Then add the following:
230
+
231
+#+BEGIN_SRC bash
219
 #!/bin/bash
232
 #!/bin/bash
220
 
233
 
221
 # This script is intended to be used on Debian systems for building
234
 # This script is intended to be used on Debian systems for building
285
 exit 0
298
 exit 0
286
 #+END_SRC
299
 #+END_SRC
287
 
300
 
301
+Save and exit with *CTRL-o*, *CTRL-x*.
302
+
303
+#+BEGIN_SRC bash
304
+chmod +x build.sh
305
+./build.sh
306
+#+END_SRC
307
+
288
 Build script for K9:
308
 Build script for K9:
289
 
309
 
290
 #+BEGIN_SRC bash
310
 #+BEGIN_SRC bash
311
+cd ~/develop
312
+git clone https://github.com/k9mail/k-9
313
+cd k-9
314
+cd tools
315
+nano build.sh
316
+#+END_SRC
317
+
318
+Then add the following:
319
+
320
+#+BEGIN_SRC bash
291
 #!/bin/bash
321
 #!/bin/bash
292
 
322
 
293
 # This script is intended to be used on Debian systems for building
323
 # This script is intended to be used on Debian systems for building
351
 exit 0
381
 exit 0
352
 #+END_SRC
382
 #+END_SRC
353
 
383
 
384
+Save and exit with *CTRL-o*, *CTRL-x*.
385
+
386
+#+BEGIN_SRC bash
387
+chmod +x build.sh
388
+./build.sh
389
+#+END_SRC
390
+
354
 *** Import your GPG key into OpenKeychain
391
 *** Import your GPG key into OpenKeychain
355
 With your device connected to a laptop via USB cable and with USB debugging enabled on it:
392
 With your device connected to a laptop via USB cable and with USB debugging enabled on it:
356
 
393
 

+ 54
- 1
website/EN/usage.html Datei anzeigen

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2015-09-29 Tue 15:14 -->
7
+<!-- 2015-09-29 Tue 15:33 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
688
 
688
 
689
 <div class="org-src-container">
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
 <pre class="src src-bash"><span class="org-comment-delimiter">#</span><span class="org-comment">!/bin/</span><span class="org-keyword">bash</span>
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
 <span class="org-comment-delimiter"># </span><span class="org-comment">This script is intended to be used on Debian systems for building</span>
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
 </div>
776
 </div>
760
 
777
 
761
 <p>
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
 Build script for K9:
790
 Build script for K9:
763
 </p>
791
 </p>
764
 
792
 
765
 <div class="org-src-container">
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
 <pre class="src src-bash"><span class="org-comment-delimiter">#</span><span class="org-comment">!/bin/</span><span class="org-keyword">bash</span>
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
 <span class="org-comment-delimiter"># </span><span class="org-comment">This script is intended to be used on Debian systems for building</span>
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
 <span class="org-keyword">exit</span> 0
869
 <span class="org-keyword">exit</span> 0
828
 </pre>
870
 </pre>
829
 </div>
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
 </div>
883
 </div>
831
 </div>
884
 </div>
832
 
885