Skip to content

KBBI Offline remake with GTK3

License

Notifications You must be signed in to change notification settings

misterabdul/kbbi-gtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6a5843 · Jul 23, 2021

History

39 Commits
Jul 23, 2021
Jul 22, 2021
Jul 22, 2021
Jul 23, 2021
Apr 29, 2021
Jul 23, 2021
Jul 23, 2021
Jul 22, 2021

Repository files navigation

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