Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


compile_alpine_2.11_on_archlinux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
compile_alpine_2.11_on_archlinux [2015/08/20 12:51] – [Setup archlinux] admincompile_alpine_2.11_on_archlinux [2015/08/20 12:55] – [Setup Alpine] admin
Line 9: Line 9:
      
 ====Configure alpine==== ====Configure alpine====
-Extract the archive and enter the directory alpine-2.11 +Extract the archive and enter the directory alpine-2.20:<code>tar xf alpine-2.20.tar.xz 
-  tar -hxf alpine-2.11.tar.lzma  +cd alpine-2.20 
-  cd alpine-2.11 +./configure</code>
-  ./configure+
      
 ====Compile alpine==== ====Compile alpine====
-  make +  * Compile and install:<code>make 
-  make install+sudo make install</code>
      
 =====Setup Alpine===== =====Setup Alpine=====
-Start alpine. And exit the greeting text with 'e'+  * Start alpine. And exit the greeting text with 'e'.<code>alpine 
-  alpine+ 
 +#or create alias to start alpine and load config from IMAP Server: 
 + 
 +#Add line below to ~/.bashrc 
 +alias alpine='alpine -p "{mail.server.tld/user=your@emailaddress.com/ssl}remote_pinerc"'</code>
      
 ====Configure Alpine Options==== ====Configure Alpine Options====
compile_alpine_2.11_on_archlinux.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1