

#Flipclock options android#
(Note: Android will also define _linux_, so if you are targeting traditional Linux distributions, please use defined(_linux_) & !defined(_ANDROID_).) Do use preprocessor ( _WIN32, _ANDROID_ and _linux_) for platform-dependent code. Try to use C standard functions first, until you are implementing some platform-dependent features that libc does not support.If your comment is longer than Column 80, break it into block comment with /* */ (but don't break long URL, it's fine), don't use // for block comment. Comments should always occupy a new line. If you are writing multi-line comment, please use the same style with existing comments.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 should be installed with the binary by Meson. If per-user configuration file does not exist, it will use /etc/nf or nf under sysconfdir you choosed while building. On Linux, program will first use $XDG_CONFIG_HOME/nf, if XDG_CONFIG_HOME is not set or file does not exist, it will use $HOME/.config/nf.

#Flipclock options update#
It may be obsolete because I don't have enough time to update the Android wrapper.
#Flipclock options install#

Windows is a horrible platform for developers: no package manager for easy distribution, slowly visual studio, complicated tool chains. It might be quite hard for some Windows users to understand how complicated building static libraries is and what dynamically libraries are. Anyone who knows something about compiling, linking and loading won't complain. NOTICE: I saw a windows user says "This program has dlls in its folder so it's not simple!" and I got angry. If you want to install this to your system, it is suggested to build with mkdir build & cd build & meson setup -prefix=/usr -buildtype=release.Install a C compiler, Meson, Ninja, libc, libm, SDL2 and SDL2_ttf.Build From Source Linux With Meson (Recommended) Please note I may not have time to build every version for Windows, just pick the latest available one. Just download file with win in its name from release page, extract it and right click flipclock.scr to install it as a screensaver. Please help package FlipClock to your distribution! Windows # flatpak install flathub & flatpak run
