Go-For-It icon indicating copy to clipboard operation
Go-For-It copied to clipboard

Provide up to date version for Windows

Open JMoerman opened this issue 7 years ago • 3 comments

  • [x] build with cmake on Windows (branch)
  • [x] Provide (basic) build instructions
  • [ ] fix minor issues
  • [ ] Provide instructions on how to distribute
  • [ ] Provide up to date installer

Minor issues:

  • [x] Correctly align menu with Gtk+3.0 3.22
  • [x] Don't place widgets in the headerbar
  • [ ] Set GTK_CSD env variable to 0 by default.
  • [ ] No icon is shown in about dialog
  • [ ] Drag and drop of tasks is glitchy (probably a Gtk+3.0 bug)
  • [ ] Show notification on all screens, or at least the same screen as the application

JMoerman avatar Mar 29 '17 11:03 JMoerman

Hey, despite the delay I settled to check this out this morning. I'm not familiar with CMake and the setup instructions for Windows are hard to come by... so I failed to build the project. Would you care to provide a quick build for me to validate the fix?

LRP-sgravel avatar Jun 09 '17 14:06 LRP-sgravel

I'm not that great at explaining things, but do please tell me where you get stuck when following https://github.com/mank319/Go-For-It/wiki/Building-Go-For-It#building-on-windows

Here is a build from march 29: https://drive.google.com/open?id=0B0snajNgG3_lNFhmTXdCeDI5eWc All essential files should be in there. (also a bunch of extra executables and dll's, I'm tired and don't know what is really needed.) Extract the archive and execute go-for-it/bin/go-for-it.exe

JMoerman avatar Jun 09 '17 18:06 JMoerman

Ah thanks, will give it a go. I had not found that page on installing. Most likely my issue was trying to build it using Win64 CMake GUI, it could not find GTK+ & GLib

LRP-sgravel avatar Jun 09 '17 19:06 LRP-sgravel