OSCam-emu history is accessible through GitHub commits at:
Sie müssen registriert sein, um Links zu sehen.
Repositories
============
SVN repository:
svn checkout
Sie müssen registriert sein, um Links zu sehen.
oscam-emu
Building OSCam-emu from source
==========================
- Get the lastest sources from GitHub or checkout SVN as above:
Sie müssen registriert sein, um Links zu sehen.
- Go to oscam-emu-master directory.
- Run `make config` to choose the features you want. (make sure to include at least all readers and emu besides the wanted protocol)
- Run `make` to compile OSCam.
For more information and examples on using the build system, please
see README.build and README.config files.
Building OScam-emu for different CPUs (cross-compilation)
=====================================================
non x86 platform can give issues so no official support for them right now, your on your own…
Dependencies
============
OSCam by default do not depend on external libraries except when compilation
with SSL is requested. In that case openssl (libcrypto) library must be
installed.
OSCam supports building with the following external dependencies:
- libcrypto (libssl) - 'make USE_LIBCRYPTO=1'
- libusb - 'make USE_LIBUSB=1'
- PCSC - 'make USE_PCSC=1'
For more information and examples on using the build system, run `make help`.