Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 676 Bytes

KBBI GTK

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.

Alt text

Todo

  • AppImage packaging
  • Unit testing with CMake (?)

Building

# 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