KBBI offline remake with GTK3.
This is my hobby project to learn more about C programming, widget programming using GTK, and dynamic library. Feel free to explore, fork, or create a pull request if you interested.
- AppImage packaging
- Unit testing with CMake (?)
# Create build directory
$ mkdir -p build
$ cd build
# Run cmake to generate build files
$ cmake ..
# Run make to start building
$ make
# Optional: run install script to install the apps
$ sudo make install
# Optional: run uninstall script to uninstall the apps
$ sudo make uninstall