Update INSTALL.asciidoc
Updated Install.asciidoc to include Live Install on Gentoo
This commit is contained in:
parent
9cd2c9aa6d
commit
1f2e04c466
@ -135,12 +135,34 @@ If video or sound don't seem to work, try installing the gstreamer plugins:
|
|||||||
On Gentoo
|
On Gentoo
|
||||||
---------
|
---------
|
||||||
|
|
||||||
qutebrowser is available in the main repository and can be installed with:
|
A version of qutebrowser is available in the main repository and can be installed with:
|
||||||
|
|
||||||
----
|
----
|
||||||
# emerge -av qutebrowser
|
# emerge -av qutebrowser
|
||||||
----
|
----
|
||||||
|
|
||||||
|
However it is suggested to install the Live version (-9999) to take advantage
|
||||||
|
of the newest features introduced.
|
||||||
|
|
||||||
|
First of all you need to edit your package.accept_keywords file to accept the live
|
||||||
|
version:
|
||||||
|
|
||||||
|
----
|
||||||
|
# nano /etc/portage/package.accept_keywords
|
||||||
|
----
|
||||||
|
|
||||||
|
And add the following line to it:
|
||||||
|
|
||||||
|
=www-client/qutebrowser-9999 **
|
||||||
|
|
||||||
|
Save the file and then install qutebrowser via
|
||||||
|
|
||||||
|
----
|
||||||
|
# emerge -av qutebrowser
|
||||||
|
----
|
||||||
|
|
||||||
|
Or rebuild your system if you already installed it.
|
||||||
|
|
||||||
Make sure you have `python3_4` in your `PYTHON_TARGETS`
|
Make sure you have `python3_4` in your `PYTHON_TARGETS`
|
||||||
(`/etc/portage/make.conf`) and rebuild your system (`emerge -uDNav @world`) if
|
(`/etc/portage/make.conf`) and rebuild your system (`emerge -uDNav @world`) if
|
||||||
necessary.
|
necessary.
|
||||||
|
Loading…
Reference in New Issue
Block a user