Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

29 lines (23 loc) · 1.25 KB

Contributing to GlobalPlatformPro

  • Use the software!
  • Send card information
  • Send debug logs (with --debug and --verbose)
  • All patches must be with MIT license.

Building the software

Simple ant will produce working results if you have the dependencies.

Debian/Ubuntu

  • Install dependencies: apt-get install --no-install-recommends libccid openjdk-7-jdk git ant

Fedora/CentOS

  • Install dependencies: yum install pcsc-lite-ccid java-1.8.0-openjdk git ant
  • Start pcscd service: service pcscd start

FreeBSD

  • Install dependencies: pkg install devel/libccid java/openjdk7 devel/apache-ant devel/git

Note about Oracle JDK

Building Windows executable

  • Download launch4j and extract a version matching your host platform into ext/launch4j
  • Run ant windist