Changes between Version 31 and Version 32 of BuildingOscam
- Timestamp:
- 08/15/19 09:30:13 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOscam
v31 v32 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. The openssl development librairies and headers are required too, in order to built O scamwith support for SSL among others. For distributions based on Debian / Ubuntu, the openssl package to install is `libssl-dev`.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: … … 139 139 {{{ 140 140 cd /tmp 141 wget https:// sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.20/libusb-1.0.20.tar.bz2142 tar -xf libusb-1.0.2 0.tar.bz2143 cd libusb-1.0.2 0141 wget https://github.com/libusb/libusb/releases/download/v1.0.22/libusb-1.0.22.tar.bz2 142 tar -xf libusb-1.0.22.tar.bz2 143 cd libusb-1.0.22 144 144 ./configure 145 145 make … … 175 175 {{{ 176 176 cd /tmp 177 wget https://alioth .debian.org/frs/download.php/file/4173/pcsc-lite-1.8.17.tar.bz2178 tar -xf pcsc-lite-1.8. 17.tar.bz2179 cd pcsc-lite-1.8. 17177 wget https://alioth-archive.debian.org/releases/pcsclite/pcsclite/1.8.23/pcsc-lite-1.8.23.tar.bz2 178 tar -xf pcsc-lite-1.8.23.tar.bz2 179 cd pcsc-lite-1.8.23 180 180 ./configure 181 181 make … … 217 217 * make 218 218 * subversion (use latest version) 219 * dialog 219 220 * Add cygwin install directory (e.g. C:\cygwin) and bin directory (e.g. c:\cygwin\bin) to path environment variable 220 221 * Start Cygwin terminal and add some required links