Update INSTALL.asciidoc

Add instruction for getting sound and video to work on Gentoo
This commit is contained in:
oniondreams 2016-06-05 12:21:34 +02:00
parent 4eaa9443db
commit 2be5e322fd

View File

@ -121,6 +121,13 @@ Make sure you have `python3_4` in your `PYTHON_TARGETS`
(`/etc/portage/make.conf`) and rebuild your system (`emerge -uDNav @world`) if
necessary.
If video or sound don't seem to work, try installing the gstreamer plugins:
----
# emerge -av gst-plugins-{base,good,bad,ugly,libav}
----
On Void Linux
-------------