Showing posts with label gtkmm installation. Show all posts
Showing posts with label gtkmm installation. Show all posts

Monday, June 20, 2016

how to configure netbeans IDE for gtkmm on windows 7 / 8 / 10

to start programming with gtkmm on windows you need to configure an IDE to compile and run your projects.
in this tutorial i will use NetBeans IDE you can download it from here.
before configuring your IDE you need to install gtkmm first if isn't installed in your computer you need to see this post how to install gtkmm on windows 7/8/10

This installation and cofiguration steps is work on all Windows machines (7, 8 a 10).

first think we need to do in windows before configure our IDE is to add C:\msys32\usr\bin to PATH.
go to control panel > System > Advanced system settings > Environment variables and find "Path" under "System variables" select it and click edit button and add ; before "C:\msys32\usr\bin"
click ok, ok, ok.

Wednesday, June 1, 2016

how to install gtkmm on windows 7 / 8 / 10 in 3 steps

I think the difficult thing in gtkmm for most learners who using Windows, a lot of them have problems with installing gtkmm on Windows and for that reason much of them stop learn gtkmm, especially the beginners.
let's solve that and install gtkmm on windows in easy steps.

Monday, May 30, 2016

how to install gtkmm on ubuntu 16.04 in 3 steps

To Install gtkmm on ubuntu 16.04 / 14.04 follow the 3 steps bellow.
  •  step 1 : install the updates 

sudo apt-get update 
  • step 2 :   Install the Gnu c++ compiler "g++" if is not installed (you will need it to compile your code ).

 sudo apt-get install g++

Saturday, May 28, 2016

how to install gtkmm on CENTOS 7 / RedHat 7 / Fedora in 3 steps

To Install gtkmm on centos 7 / RedHat 7/ Fedora follow the 3 steps bellow
  •  step 1 : install the updates 

sudo yum update 

  • step 2 :   Install Development Tools (this group of tools contain all requirement you need to compile your code)

 sudo yum groupinstall 'Development Tools'

Wednesday, May 25, 2016

Learn programming with Gtkmm to create C++ GUI applications

Welcome To Gtkmm Tutorial.

Before i learned programming ( C++ GUI applications) using Gtkmm i found that there is a poor tutorials and advanced documentations can't every one understand it like the beginners and the foreigners with poor English just like me i really found problems in learning Gtkmm cause of my poor language but i surpassed that because my experience with different programming languages, and GUI frameworks, APIs and libraries...

Now i'm thinking about do a tutorial to teach you every thing you need to create a C++ GUI applications using Gtkmm on Linux, this tutorial will contain posts with images and some videos.