kmdm / ruuveal

A HTC RUU decryption utility
GNU General Public License v3.0
57 stars 39 forks source link

Windows exe #29

Closed ebraminio closed 11 years ago

ebraminio commented 11 years ago

Is it possible and executable form of this project to be provided for download? I couldn't make it with cygwin:

C:\...\>ruuveal.exe
/ruuveal-master/.libs/ruuveal.exe: error while loading shared libraries: cygwin1.dll: cannot open shared object file: No such file or directory

# Okay I must copy cygwin1.dll, lets see

C:\...\>ruuveal.exe
/ruuveal-master/.libs/ruuveal.exe: error while loading shared libraries: cygmcrypt-4.dll: cannot open shared object file: No such file or directory

# Okay, it has dependency to cygmcrypt-4.dll also, next?

C:\...\>ruuveal.exe
/ruuveal-master/.libs/ruuveal.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory

# couldn't resolve this one!

So it would be nice if an executable pack on windows would be provided, you can use this Github feature for it also

kmdm commented 11 years ago

I have no desire to create a Windows build.