forked from OpenSC/OpenSC
-
Notifications
You must be signed in to change notification settings - Fork 2
OpenSC Components Build
Viktor Tarasov edited this page Dec 11, 2012
·
1 revision
This environment provides an easy way to build
OpenSC Project components using a cross compiler.
It can be used in order to build OpenSC for Windows
or to other environments, such as uClibc.
Here.
here.
Binaries are available here.
Binaries are at the following format:
opensc-${CHOST}-${BUILD_VERSION}-${COMPONENT}.tar.bz2
- ${CHOST} is the host on which binary runs.
- ${BUILD_VERSION} is the version of the build environment.
- ${COMPONENT}
- srclist – Sources list.
- src – Sources used to build.
- base – OpenSC base components.
- engine_pkcs11 – engine_pkcs11 overlay.
- openvpn – OpenVPN overlay.
Install components by extracting the base and requested overlays tarballs into one directory.
Host is i686-w64-mingw32.
Host is x86_64-w64-mingw32.
1. Extract tarballs into a directory, for example ‘C:\Program Files\OpenSC’. 1. Run bin\opensc-install.bat$ CHOST=i686-w64-mingw32 CBUILD=i686-pc-linux-gnu ./build
More information is at README.