

Download SDL2 and SDL2_ttf devel files and extract.Please refer to deps/README.md for links. Open CMake GUI, select source as this project, then choose build path, press Configure and Finish.When Configure failed, set CMAKE_INSTALL_PREFIX to where you want to save all runtime files, fill SDL2_DIR to where you extract SDL2 devel files, then press Configure again.When Configure failed again, fill SDL2_TTF_DIR to where you extract SDL2_ttf devel files, then press Configure again. When Configure finished, press Generate, then press Open Project to open Visual Studio.Select Release, and right click INSTALL in the right panel, and build it.Go to flipclock dir under your CMAKE_INSTALL_PREFIX, you can now find flipclock.scr and right click it to install it as a screensaver.On Linux, program will first use $XDG_CONFIG_HOME/nf, if XDG_CONFIG_HOME is not set, it will use $HOME/.config/nf. If you want some features and you can implement it, a PR is always welcome, but there are some rules or personal habits: On Windows, program will use nf under the same directory as program.įnf will be automatically created if program does not find it, so please run program once before editing configuration file. If you are writing multi-line comment, please use the same style with existing comments.Comments should always occupy a new line.
