chore: declare standard version supported by lpac (#81)

* chore: declare standard version supported by lpac

Signed-off-by: Coelacanthus <CoelacanthusHex@gmail.com>

* chore: add link to SGP.22 v2.2.2

Co-authored-by: septs <github@septs.pw>

---------

Signed-off-by: Coelacanthus <CoelacanthusHex@gmail.com>
Co-authored-by: septs <github@septs.pw>
This commit is contained in:
Coelacanthus 2024-05-08 14:45:31 +08:00 committed by GitHub
parent c52258d6be
commit 8ca9e1d3de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View file

@ -5,6 +5,8 @@ project (lpac
HOMEPAGE_URL "https://github.com/estkme-group/lpac"
DESCRIPTION "C-based eUICC LPA."
LANGUAGES C)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

View file

@ -1,6 +1,6 @@
# lpac
lpac is a cross-platform local profile agent program.
lpac is a cross-platform local profile agent program, compatible with [SGP.22 version 2.2.2](https://www.gsma.com/solutions-and-impact/technologies/esim/wp-content/uploads/2020/06/SGP.22-v2.2.2.pdf).
Features:

View file

@ -1,3 +1,7 @@
## Standard
lpac is written with C99 and compatible with [SGP.22 version 2.2.2](https://www.gsma.com/solutions-and-impact/technologies/esim/wp-content/uploads/2020/06/SGP.22-v2.2.2.pdf).
## Compile
### Linux