| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.90.0 | 2023-09-30 | ||
| 0.80.0 | 2021-02-15 | ||
| 0.80.0-rc | 2020-11-22 | ||
| 0.75.0 | 2018-08-23 | ||
| 0_70 | 2018-05-18 | ||
| v0_60_2-development | 2018-02-06 | ||
| v0_60_1-development | 2018-01-07 | ||
| v0.60 | 2017-12-02 | ||
| v_0.51 | 2017-07-30 | ||
| README.txt | 2018-04-12 | 4.1 kB | |
| Totals: 10 Items | 4.1 kB | 2 | |
HatchKeeper v0.70.0
HatchKeeper is an open-source cross-platform program that keeps track of egg incubation.
Currently only Linux and Windows are supported. For more help see the HatchKeeper Manual
__________________________
License:
__________________________
See gpl-3.0.txt
__________________________
Setting up on Linux:
__________________________
HatchKeeper is now avalible as an AppImage. If this doesnt work for you,
it is possible to extract HatchKeeper with ./*.AppImage --appimage-extract,
this will work as a portable app or you can manually install it.
To use as a portable app just extract the AppImage and give HatchKeeper execute
permission. Make sure that .HatchKeeper_Data has read and write permission.
Or Just copy HatchKeeper to /usr/bin and copy .HatchKeeper_Data to you home folder.
Make sure you have the right permissions. run HatchKeeper to launch
NOTE: beginning with version 0.70 series hatchkeeperd will ship seperately for Linux.
__________________________
Setting up on Windows:
__________________________
HatchKeeper for windows is avalible as a portable app or an install.
For the portable version: Just run the self-extracting .exe file extract to the location of your
choice. Double-click HatchKeeper.exe to run your app.
For the installer: Run the installer, then launch from the Start Menu.
__________________________
Compiling HatchKeeper
__________________________
Compiling HatchKeeper is not automated yet
To compile HatchKeeper, you'll need a working install of wxWidgets develoment libs.
On Windows:
I use the TDM-GCC-5.1.0 compiler see <http://tdm-gcc.tdragon.net> for downloads.
You'll need to build a copy of wxWidgets 3.0.4. install source to C:\wxWidgets 3.0.4
Next open C:\wxWidgets-3.0.4\build\msw\config.gcc in a text editor and modify some lines to look like this:
# Standard flags for C++
CXXFLAGS ?= "--std=gnu++11"
# What type of library to build? [0,1]
SHARED ?= 1
# Type of compiled binaries [,release]
BUILD ?= debug
# Should debugging info be included in the executables? The default value
# "default" means that debug info will be included if BUILD=debug
# and not included if BUILD=release. [0,1,default]
DEBUG_INFO ?= 0
# Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
# but expensive assert checks are enabled, use 0 to completely remove debugging
# code. [0,1,default]
DEBUG_FLAG ?= 1
# Version of C runtime library to use. You can change this to
# static if SHARED=0, but it is highly recommended to not do
# it if SHARED=1 unless you know what you are doing. [dynamic,static]
RUNTIME_LIBS ?= dynamic
The reason we build the debug version is there is a bug in the release version tha
crashes the app when you use wxColourPicker. So we build the debug version without
debug info to keep down the size of the dlls.
Next cd to C:\wxWidgets-3.0.4\build\msw\ and run mingw32-make -j2 -f makefile.gcc to build the libs
Finally build HatchKeeper by extracting and cd into the directory. run mingw32-make -j2 -f WinMakefile
NOTE. you might have to edit the WinMakefile.
On Linux.
Make sure you have g++/gcc and wxwidgets => 3.0.2 development files installed
In HatchKeeper Rename LinMakefile to Makefile and run: make -j2 , than: sudo make install to install.
__________________________
The ToDo list:
__________________________
Hey we might never get this done... but here goes...
Check the Changelog to see what we did get done.
2 A Mac port.
3 Android port.
4 AutoTool support