Changes between Version 30 and Version 31 of BuildingOscam


Ignore:
Timestamp:
08/15/19 02:46:11 (4 years ago)
Author:
Even
Comment:

Added information on build dependancies.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOscam

    v30 v31  
    55subversion (svn) then go to the directory where the OSCAM source code is and compile
    66it 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.
     7except `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`.
    88
    99Here are the basic commands to compile your own OSCAM: