diff options
author | Antonio García-Domínguez <nyoescape@gmail.com> | 2016-06-09 12:44:24 +0100 |
---|---|---|
committer | Antonio García-Domínguez <nyoescape@gmail.com> | 2016-06-09 12:44:24 +0100 |
commit | ea5ab7ab8cc7765d278531b187e228a44c557201 (patch) | |
tree | b52cf98979d4136e45fc09882a4d7f11abdb5bb7 /README.markdown | |
parent | a179d035d7772679ea2e377f5aa09fa4e0bf8011 (diff) | |
parent | c44d2c7d3695350a0d89fbff50114b4f5e8ed965 (diff) |
Merge pull request #28 from laptander/master
Do not assume that user has installed yaourt in Arch Linux
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 70322cc..371c57b 100644 --- a/README.markdown +++ b/README.markdown @@ -20,3 +20,5 @@ Here's an idea for future work: switch to Python and use the official GStreamer Disclaimer: the script has only been tested in my local installation of Ubuntu 13.04 and on Arch Linux. I think it should work on most recent Debian-based distributions as well (and Debian, of course). If you need any help, please create an issue on this project. Note: the v4l2loopback-dkms package seems to be broken in Saucy (13.10), as it refers to an old v4l2loopback release (0.7.0) and not to the latest version as of date (0.8.0). Please install v4l2loopback from its official Github repo. + +Note: You can install this script from AUR in Arch Linux. It will resolve all dependencies automatically. |