3.3. THE INSTALLATION PROCEDURE
1. Unpack and copy all files into your system:
- use _install.sh [32|64|all]
Dependencies:
Please install the following libraries with your distribution package manager or manually (these
libraries are apart from services):
- SDL (A library for portable low-level access to a video framebuffer, audio output, mouse,
and keyboard)
- SDL ttf (A library that enables using TrueType fonts in your SDL applications)
- SDL net
- SDL gfx (libSDL-gfx1.2-4 if the libSDL1.2-5 is available only then make a symbolic
link in the /usr/lib/x86_64-linux-gnu folder with the folllowing command ln -s
libSDL_gfx.so.15 libSDL_gfx.so.13)
- SDL image
- FreeType (TrueType font rendering library)
- libpcsclite1
- pcscd
- Qt
GX: none
Passport Reader: GX
2. Compile kernel modules:
- Download a kernel source from https://github.com/torvalds/linux and unpack into /usr/src
directory.
If you have an older GX version in the kernel tree, please remove it manually by using the
script _uninstall.sh.
You can use the kernel source package of your distribution (e.g. Ubuntu 10.04 → linux-kernel-
headers).