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

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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