Changes between Version 31 and Version 32 of BuildingOscam


Ignore:
Timestamp:
08/15/19 09:30:13 (4 years ago)
Author:
Opti
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOscam

    v31 v32  
    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. 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`.
     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:
     
    139139{{{
    140140cd /tmp
    141 wget https://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.20/libusb-1.0.20.tar.bz2
    142 tar -xf libusb-1.0.20.tar.bz2
    143 cd libusb-1.0.20
     141wget https://github.com/libusb/libusb/releases/download/v1.0.22/libusb-1.0.22.tar.bz2
     142tar -xf libusb-1.0.22.tar.bz2
     143cd libusb-1.0.22
    144144./configure
    145145make
     
    175175{{{
    176176cd /tmp
    177 wget https://alioth.debian.org/frs/download.php/file/4173/pcsc-lite-1.8.17.tar.bz2
    178 tar -xf pcsc-lite-1.8.17.tar.bz2
    179 cd pcsc-lite-1.8.17
     177wget https://alioth-archive.debian.org/releases/pcsclite/pcsclite/1.8.23/pcsc-lite-1.8.23.tar.bz2
     178tar -xf pcsc-lite-1.8.23.tar.bz2
     179cd pcsc-lite-1.8.23
    180180./configure
    181181make
     
    217217   * make
    218218   * subversion (use latest version)
     219   * dialog
    219220  * Add cygwin install directory (e.g. C:\cygwin) and bin directory (e.g. c:\cygwin\bin) to path environment variable
    220221  * Start Cygwin terminal and add some required links