Go to file
2023-10-10 23:07:35 +08:00
asn1 sed all asn1c header to dir local include 2023-10-10 23:07:35 +08:00
cjson Initial commit 2023-09-21 12:15:29 +08:00
euicc new interface for apdu & es9p 2023-10-10 18:23:10 +08:00
interface new interface for apdu & es9p 2023-10-10 18:23:10 +08:00
src new interface for apdu & es9p 2023-10-10 18:23:10 +08:00
.gitignore Only support json output & use env for param 2023-10-03 20:25:26 +08:00
CMakeLists.txt Only support json output & use env for param 2023-10-03 20:25:26 +08:00
LICENSE Initial commit 2023-09-21 12:12:56 +08:00
README.md Initial commit 2023-09-21 12:15:29 +08:00

Compile for Linux

mkdir build
cd build
cmake ..
make

Compile for Windows (MINGW32 on Linux)

mkdir build
cd build
cmake -DLINUX_MINGW32=ON ..
make