Linux Ubuntu:
Use this commands to install all necesary packages for OSCAM compilation on Ubuntu :
sudo apt-get install cvs subversion autoconf libccid automake libtool gettext make cmake tar bzip2 gzip patch ncurses-bin gcc g++ flex bison
sudo apt-get install pkg-config wget libpng3 libpcsclite1 libpcsclite-dev
sudo apt-get install libusb-dev libssl-dev
sudo apt-get install libpng12-0 libpng12-dev libpng3 libpng-sixlegs-java libpnglite-dev pngquant libpngwriter0-dev libpngwriter0c2
sudo apt-get install zlib-bin zlib1g-dbg zlib1g-dev zlib1g zlibc
This packages are required for complete compilation of oscam with all features. Some of them could also be installed as default in different ubuntu distributions.
(Tested on Ubuntu 10.04 LTS)
Use this commands to install all necesary packages for OSCAM compilation on Ubuntu :
sudo apt-get install cvs subversion autoconf libccid automake libtool gettext make cmake tar bzip2 gzip patch ncurses-bin gcc g++ flex bison
sudo apt-get install pkg-config wget libpng3 libpcsclite1 libpcsclite-dev
sudo apt-get install libusb-dev libssl-dev
sudo apt-get install libpng12-0 libpng12-dev libpng3 libpng-sixlegs-java libpnglite-dev pngquant libpngwriter0-dev libpngwriter0c2
sudo apt-get install zlib-bin zlib1g-dbg zlib1g-dev zlib1g zlibc
This packages are required for complete compilation of oscam with all features. Some of them could also be installed as default in different ubuntu distributions.
(Tested on Ubuntu 10.04 LTS)
Comment