The installation process is as simple as typing:

cd /path/to/KGRUBEditor's/extracted/folder.
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
sudo make install

KGRUBEditor installs by default in 2 different places: under "System Settings" (which is installed
with kdebase and thus has greater requirements) or alternatively in the menu, as a stand-alone
application (only kdebase-runtime required).

--------------------------------------------------------------------------------------------

Changes will take effect in your system as soon as you type the "sudo make install" command.
