Linux

Prerequisite to download and build the project:

  • Oracle jdk 1.6 or greater (required only at compile time to compile "services project", openjdk is supported at runtime).
  • svn client installed.
  • maven version 3.0 or greater.

To run the tests you need:

  • pcscd installed on the system.
  • gcc and make used to compile test native libraries.

In order to build the project open a command prompt and issue the following commands:

svn co http://svn.code.sf.net/p/crypto-native/code/trunk crypto-native
cd crypto-native
mvn clean install

If you want to skip the tests add the following options to the maven command line -DskipTests

Windows