Search This Blog

Compile crc32 on Linux

wget http://csbruce.com/software/crc32.c && gcc -Wall -O3 -o crc32 crc32.c

No comments:

Post a Comment