VaccineApp / vaccine

GTK3 imageboard client
GNU General Public License v3.0
33 stars 2 forks source link

Windows port #65

Open Zero3K opened 4 years ago

Zero3K commented 4 years ago

It would be nice if someone were to make one soon.

Prince781 commented 4 years ago

This doesn't build on Windows? I haven't tested.

Zero3K commented 4 years ago

I tried but I couldn't compile it using Cygwin/MSYS2/Xubuntu.

Zero3K commented 4 years ago

Its missing a component when compiling for Windows.

AntonProkopyev commented 4 years ago

Successfully built with MSYS2.

image

Zero3K commented 4 years ago

Please provide a link to an archive of it with any other files it needs to run properly. Thanks in advance.

AntonProkopyev commented 4 years ago

Please provide a link to an archive of it with any other files it needs to run properly. Thanks in advance.

https://drive.google.com/file/d/1wJ18BJK8NJ9CwW0SRimxDSwNIlmLgB9p/view?usp=sharing

Binary located at: bin/vaccine.exe

Zero3K commented 4 years ago

I get a "No GSettings schemas are installed on this system" error followed by a crash. My OS is Windows 7 x64. Also, its way too big in file size. Please see if its possible to get it down to 30-50 MB in size.

AntonProkopyev commented 4 years ago

Looks like the app can't open given share/glib-2.0/schemas/gschemas.compiled file.

Zero3K commented 4 years ago

Looks like the app can't open given share/glib-2.0/schemas/gschemas.compiled file.

I didn't copy over that file.

EDIT: Extracting the dist folder to a folder and running Vaccine.exe in the bin subfolder worked. It would be nice if the amount of dependencies was reduced to make the size of the archive significantly smaller.