|
Command line encoder installation under Linux |
Top Previous Next |
|
The SourceGuardian™ 7.0 for PHP installation package is a .tar.gz file called:
Full version: sg4full_linux.tar.gz Trial Version: sg4eval_linux.tar.gz.
You need to unpack this file into any directory you wish.
Example:
> cd /usr/local > mkdir sg4 > cd sg4 > tar xzf /path/to/sg4full_linux.tar.gz
You may be need to add permissions under Linux to allow to the executing of the encoder binaries:
> chmod u+x encode4 encode5 licgen or > chmod a+x encode4 encode5 licgen
The installation package has following structure:
You may optionally add symlinks to encode4, encode5 and licgen if needed to any other directory.
|