Warning: Declaration of action_plugin_indexmenu::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/httpd/vhosts/scratchbook.ch/wiki.scratchbook.ch/lib/plugins/indexmenu/action.php on line 18 Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/scratchbook.ch/wiki.scratchbook.ch/lib/plugins/indexmenu/action.php:0) in /home/httpd/vhosts/scratchbook.ch/wiki.scratchbook.ch/inc/auth.php on line 495 Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/scratchbook.ch/wiki.scratchbook.ch/lib/plugins/indexmenu/action.php:0) in /home/httpd/vhosts/scratchbook.ch/wiki.scratchbook.ch/inc/actions.php on line 210
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
qutebrowser-debianinstall [2016/12/17 21:31] claude |
qutebrowser-debianinstall [2016/12/17 21:47] (current) claude |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Install Qutebrowser on Debian ====== | ====== Install Qutebrowser on Debian ====== | ||
- | A story in 5 parts. | + | A drama in 2 parts. |
===== Part 1: Fetch pyenv installer ===== | ===== Part 1: Fetch pyenv installer ===== | ||
<code> | <code> | ||
- | https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash # yep... | + | curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash # yep... |
</code> | </code> | ||
- | ===== Part 1: Clone teh repo ===== | + | Follow the instructions: |
<code> | <code> | ||
- | git clone https://github.com/The-Compiler/qutebrowser.git | + | # Load pyenv automatically by adding |
+ | # the following to ~/.bash_profile: | ||
+ | |||
+ | export PATH="/home/longneck/.pyenv/bin:$PATH" | ||
+ | eval "$(pyenv init -)" | ||
+ | eval "$(pyenv virtualenv-init -)" | ||
</code> | </code> | ||
- | ===== Part 1: Clone teh repo ===== | + | ===== Part 2: Install Python 3.5 ===== |
<code> | <code> | ||
- | git clone https://github.com/The-Compiler/qutebrowser.git | + | pyenv install 3.5.2 |
</code> | </code> | ||
- | ===== Part 1: Clone teh repo ===== | + | Triple fuck you, debian: |
<code> | <code> | ||
- | git clone https://github.com/The-Compiler/qutebrowser.git | + | ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? |
- | </code> | + | |
- | ===== Part 1: Clone teh repo ===== | + | Please consult to the Wiki page to fix the problem. |
+ | https://github.com/yyuu/pyenv/wiki/Common-build-problems | ||
- | <code> | + | |
- | git clone https://github.com/The-Compiler/qutebrowser.git | + | BUILD FAILED (Debian testing using python-build 20160602) |
</code> | </code> | ||
+ | (no, <code>CFLAGS=-I/usr/include/openssl pyenv install -v 3.5.2</code> didn't help either) |