# ubl-settings-bootloader # Настройка grub [RU] Утилита для настройки grub Utility for setting the grub ![alt text](screenshot/screenshot.png) # Build In order to build ubl-settings-bootloader you will need: - CMake - C compiler - GTK+ 3 & dependencies Once you have all the necessary dependencies, you can use: ```sh $ make ``` # Installation After a successful build, just use: ```sh $ sudo make install clean ``` # Uninstallation After a successful build, just use: ```sh $ sudo make uninstall ```