2022-11-21 22:36:10 +03:00
2022-07-17 08:51:41 +08:00
2022-11-21 22:36:10 +03:00
2015-09-18 18:20:57 +08:00
2022-11-16 21:06:44 +03:00

crc

crc16/crc32/crc64

Build

git clone https://github.com/gityf/crc.git
mkdir build
cd build
cmake .. -DBUILD_SHARED_LIBS=1
make 

Include

Cmake build system

add_subdirectory(crc)

target_link_libraries(${PROJECT_NAME} PUBLIC crc)

S
Description
镜像自GitHub仓库
Readme
101 KiB
Languages
C 60%
C++ 33.3%
Makefile 4%
CMake 2.7%