ivanahepjuk / GUI_cpp_linux

Do you want to make some C++ GUI application for ubuntu? You can start with this, it has one button after compilling and it is ready for adding more functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOW TO COMPILE: Run terminal, $ cd to the directory, where the main.cpp is situated, then run this command.

g++ main.cpp -o main pkg-config --libs --cflags gtkmm-3.0

NOTE: is important to use this "`", not this "'" symbols.

Dependencies:

GTKMM library -- http://www.gtkmm.org/en/

( sudo apt-get install build-essential libgtkmm-2.4-dev )

About

Do you want to make some C++ GUI application for ubuntu? You can start with this, it has one button after compilling and it is ready for adding more functions.


Languages

Language:C++ 100.0%