Changes between Version 30 and Version 31 of BuildingOscam
- Timestamp:
- 08/15/19 02:46:11 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOscam
v30 v31 5 5 subversion (svn) then go to the directory where the OSCAM source code is and compile 6 6 it by running `make`. In the usual case no extra programs and libraries are required, 7 except `gcc` (or `clang`), `make`, libc and subversion to get the source code. 7 except `gcc` (or `clang`), `make`, libc and subversion to get the source code. The openssl development librairies and headers are required too, in order to built Oscam with support for SSL among others. For distributions based on Debian / Ubuntu, the openssl package to install is `libssl-dev`. 8 8 9 9 Here are the basic commands to compile your own OSCAM: