thesourcerer8 / hddsuperclone

HDDSuperClone, HDDSuperTool
GNU General Public License v2.0
385 stars 34 forks source link

Make libcurl an optional dependency, add makefile for windows build #9

Closed SomeCrazyGuy closed 1 year ago

SomeCrazyGuy commented 1 year ago

libcurl dependency is enabled by default for linux builds and disabled by default for windows builds. Windows build works with msys2 and mingw compiler using the default msys gtk2 package. Windows build can be compiled with "make -f Makefile.windows"