Udo Richter wrote:
Klaus Schmidinger wrote:
- Added some 'mkdir -p' to the Makefile's 'install' target (thanks to
Wayne Keer).
I just have to ask again: Why is the default install path for plugins /usr/local/bin/PLUGINS/lib ?
By default the PLUGINS directory is a subdirectory of the VDR source directory, and the library files are compiled into a subdirectory 'lib' in that directory. The settings
PLUGINDIR= ./PLUGINS PLUGINLIBDIR= $(PLUGINDIR)/lib
in the Makefile reflect that. You can overwrite this in your Make.config file.
Klaus