Sc-plugin
From VDR Wiki
(Difference between revisions)
(initial) |
m |
||
| Line 11: | Line 11: | ||
==Installation== | ==Installation== | ||
If OpenSSL is not installed | If OpenSSL is not installed | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar xvzf openssl-<VERSION>.tar.gz |
| - | tar xvzf openssl-<VERSION>.tar.gz | + | cd openssl-<VERSION> |
| - | cd openssl-<VERSION> | + | ./configure --prefix=/usr/local |
| - | ./configure --prefix=/usr/local | + | make |
| - | make | + | make install |
| - | make install | + | ldconfig |
| - | ldconfig | + | |
| - | + | ||
For the plugin see [[plugin installation]]. | For the plugin see [[plugin installation]]. | ||
Revision as of 22:50, 30 November 2004
Contents |
Description
File:Sc-plugin.jpg
Screenshot
The usage and propagation of this plugin is illegal in many countries, e.g. germany. Please don't link to pages from here that might be illegal in those countries.
Hardware requirements
Software requirements
- OpenSSL
Installation
If OpenSSL is not installed
cd $SOURCEDIR tar xvzf openssl-<VERSION>.tar.gz cd openssl-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
For the plugin see plugin installation.
Problems
Links
| [1] | http://www.openssl.org | Plugin homepage |
