Go to file
2023-10-30 21:55:14 +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 functional es11 discovery 2023-10-30 21:55:14 +08:00
interface Merge branch 'main' into feature/macos 2023-10-20 20:17:11 +08:00
src functional es11 discovery 2023-10-30 21:55:14 +08:00
.gitignore building for macOS x86_64 2023-10-17 21:33:49 +08:00
CMakeLists.txt building for macOS x86_64 2023-10-17 21:33:49 +08:00
LICENSE
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