exaexa / codecrypt

Post-quantum cryptography tool (THIS REPOSITORY IS ONLY A MIRROR OF THE MAIN ONE, PLEASE DO NOT FILE BUGS HERE)
https://gitea.blesmrt.net/exa/codecrypt
GNU Lesser General Public License v3.0
308 stars 40 forks source link

Mac OSX install instructions #15

Closed mapmeld closed 8 years ago

mapmeld commented 8 years ago

Using Homebrew

exaexa commented 8 years ago

Good point, thanks. I don't own any OSX machine to test this stuff on -- would there be some suitable method to detect that the target is OSX in autogen to avoid users hand-hacking that?

Anyway, from portability side I don't see a way to make the --with-cryptopp=..... argument filled in automatically, library paths should be set-up correctly in advance for the build environment. On other systems, the path is filled in using pkg-config. Chances that something similar could work in OSX?