Dmitry Khrykin

Results 13 comments of Dmitry Khrykin

@tarasivashchuk, hey! Glad to hear that you love the app. Yes, I plan to port Strategr to Windows /iOS/Android and your help is very appreciated! StrategrDesktop on Windows is almost...

Hi! Yes, GitHub Releases is the primary distribution tool right now. I've actually made it to work with Sparkle auto-updates (see [gh-pages](https://github.com/khrykin/StrategrDesktop/tree/gh-pages) branch). I'm going to put complete build instructions,...

I'm not sure, but it's there 😀 https://github.com/khrykin/StrategrDesktop/releases

@hyiltiz Some basic stats, i.e. total durations for every activity per strategy (i.e. file) is coming pretty soon. Can you please elaborate a bit more on what you’d like to...

Thank you, will look into it!

@SquareBottle Wow, that's definitely the longest issue I've seen on Github 😅 I've never even thought that Strategr can be so helpful in dealing with a medical condition, and it...

@snj33v If all dependencies are set up correctly (please refer to [README](https://github.com/khrykin/StrategrDesktop) and [CMakeLists.txt](https://github.com/khrykin/StrategrDesktop/blob/master/CMakeLists.txt)), there is a good chance that it will just compile on Linux as is, however, some...

@snj33v I'm not sure I'm getting your point, CMakeLists.txt seems pretty portable to me, and I believe wouldn't need any changes on Linux, given that CMake environment is properly set.

@Amolith this is the problem with your cmake configuration, rather than a Linux-specific issue. Check if there's catch2 in your CMAKE_PREFIX_PATH, please refer to the [cmake documentation](https://cmake.org/cmake/help/latest/command/find_package.html).

> its a typo, capital `C`atch, changes are in my fork That's actually true, strange. I've just pushed a quick fix, thank you.