Files
veejay/veejay-current/veejay-server/doc/HowtoPlugins.txt
2015-12-17 18:34:28 +01:00

20 lines
422 B
Plaintext

# Plugins
By default, veejay looks in the following commmon locations to find plugins:
- /usr/local/lib
- /usr/lib/
- /usr/local/lib64
- /usr/lib64
Alternatively, you can create a file to tell veejay where to find plugins.
$ mkdir ~/.veejay
$ vi ~/.veejay/plugins
The contents of the file can look like:
/usr/local/lib/freeframe
/usr/local/lib/frei0r-1
Veejay will pick up the plugins the next time you start it.