-
CMake >= 3.16
-
C compiler with C11 standard
- This project uses "Taiwan Traditional Chinese" as primary, English as secondary language in documents.
Other languages (Ex: Simplified Chinese) are only used as references or translations.
- Run CMake
mkdir build && cd build && cmake ..- Run Make
make -j4- Run CMake
mkdir build && cd build && cmake ..- Run Make with the test target
make test- Run CMake
mkdir build && cd build && cmake ..- Run Make
make docsThe generated document will under build/docs/html