quiet / libfec

Clone of Phil Karn's libfec with capability to build on x86-64
116 stars 55 forks source link

Add CMake build system support #5

Closed v1bri closed 7 years ago

v1bri commented 7 years ago

Allow the library to build under CMake. Replicates most functionality from the current autotools based system including platform detection, testing and installation.

brian-armstrong commented 7 years ago

lgtm, thanks for doing this.

i'm adding you as a maintainer so you can make tweaks in the future if you'd like.

by the way, have you had success in getting this to build on 64-bit? it seems that the presence of i386 causes libfec to try to build the sse extensions, but the assembly doesn't seem to be compatible with 64-bit mode