lammertb / libcrc

Multi platform CRC library
MIT License
576 stars 247 forks source link

CRC-CCITT32 and CMake #19

Closed jopadan closed 3 years ago

jopadan commented 3 years ago

Moves old build system to Makefile.libcrc and includes the new changes CCITT32-CRC based on https://github.com/dgilman/macutils

lammertb commented 3 years ago

Will this compile now without problems on systems without CMake installed?

jopadan commented 3 years ago

Yes you have to use

make -f Makefile.libcrc

but it is missing generating the .pc file in Makefile.libcrc

Everything else should be working.

jopadan commented 3 years ago

Just renamed all the Makefile self references as a temporary solution. Maybe you should try to find a way to get the Makefile filename at make execution

jopadan commented 3 years ago

Why is the request closed again? I just updated the existing Makefile to Makefile.crc to and updated INSTALL with new build instructions for both build systems to exist alongside.