waywardgeek / infnoise

The world's easiest TRNG to get right
Creative Commons Zero v1.0 Universal
732 stars 100 forks source link

Fedora Build #5

Closed maztaim closed 9 years ago

maztaim commented 9 years ago

My attempt to build cleanly on Fedora. I wouldn't expect b4d8fe0 to interfere on other distributions as it should be available on those as well.

I prefer 0b26b03 over 2bce640 as 0b26b03 doesn't assume you want to build on Fedora when building on other distributions.

waywardgeek commented 9 years ago

I would prefer to keep the command lines for gcc the same if possible. Can you try checkout master, and changing the CFLAGS line in the Make file to:

CFLAGS = -Wall -std=c99 -O3 -I Keccak -I /usr/include/libftdi1

This does not hurt anything on systems that install ftdi.h into /usr/include, but it should enable compiling on Fedora and others that install into /usr/include/libftdi1.

Thanks!

maztaim commented 9 years ago

Wow. Somehow I missed your reply for a while. I haven't pulled updates recently so you may have already fixed this. Forgive me, new to development. If it hasn't been tested and fixed, I'll give it a try shortly.

maztaim commented 9 years ago

I see you have already made the change. I'll test. No reason to keep this pull request open. Any problems I will open an issue.