hello, as you already know the installation of gtkmm is the first step to start learning or programing with gtkmm but we all know that this installation step is not easy, especially for the beginners and on Windows OS, but here you will see the right way to install gtkmm on Linux and Windows easily.
- 1 Gtkmm installation on Linux
the general way on debian based OS
sudo apt-get update
the general way on RedHat based OSsudo apt-get install libgtkmm-3.0-dev
sudo yum update
you need to install the GNU C++ compiler before start compilingsudo yum install gtkmm30-devel
No comments:
Post a Comment