AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.11k stars 472 forks source link

building windows exe #213

Closed alfonz19 closed 3 years ago

alfonz19 commented 3 years ago

I need to create exe file for our windows developers, I followed

https://stackoverflow.com/questions/43040370/how-to-install-git-crypt-on-windows/48529709#48529709

I followed successfully steps 1-6, manually downloaded make with all deps (which alone is superbly painful for linux user to do on windows), but running make produces:

make g++ -Wall -pedantic -Wno-long-long -O2 -std=c++11 -c -o git-crypt.o git-crypt.cpp process_begin: CreateProcess(NULL, g++ -Wall -pedantic -Wno-long-long -O2 -std=c++11 -c -o git-crypt.o git-crypt.cpp, ...) failed. make (e=2): The system cannot find the file specified. make: *** [git-crypt.o] Error 2

Can you please provide Windows install instructions?

alfonz19 commented 3 years ago

apologies, for some reason I had incomplete mingw installation.