Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 342 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 342 Bytes

crc32cso

"C++ version" of https://crc32c.machinezoo.com/, the benchmark code has been removed and added qmake config to build as shared library. It should build-work on Linux and Windows

Compilation

Requires qmake (not the full Qt library)

Run (in crc32cso source directory or pointing to it):

qmake

and then:

make