Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REJECTED] Windows binary #21

Closed
sergeevabc opened this issue May 21, 2017 · 1 comment
Closed

[REJECTED] Windows binary #21

sergeevabc opened this issue May 21, 2017 · 1 comment

Comments

@sergeevabc
Copy link

Dear Mirek,
Could you be so kind to generate .exe for the rest of us who are mere Windows users w/o compiler?

@exaexa
Copy link
Owner

exaexa commented May 22, 2017

I don't have capacity to produce builds. More than that, I kindof believe that especially for their own security the users should be capable to compile the software themselves (and do it). I'd also be concerned about usage of current mainstream operating systems, but that's a completely different topic.

Compiling codecrypt for windos isn't even remotely complicated -- download the package from the website with the configure script, install cygwin, MSYS or any other free GNU environment for windows (I heard there's even an ubuntu prefix now) and proceed as with anything other (./configure; make install).

If you decide to build with crypto++ support (for SHA2 hashes and other more-standard-ish ciphers), download&compile&install their library first, they have excellent windos support. I also believe the same process can be done with fftw3 and gmp libraries (gmp will be very likely preinstalled in most GNU suites with a compiler).

Of course, if you reach any build errors or warnings, please report them; I'll happily fix the source to build cleanly on any platform.

Links:
http://mingw.org/wiki/msys
https://www.cygwin.com/
https://cryptopp.com/#download
http://www.fftw.org/install/windows.html

@exaexa exaexa closed this as completed Jun 25, 2017
@sergeevabc sergeevabc changed the title Windows binary [REJECTED] Windows binary Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants