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).
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.
first step is download and install NetBeans IDE.
now run NetBeans and create a new c/c++ Application project like the example
go to the Properties ->Linker ->Libraries and click add PkgConfig Library and choose gtkmm-3.0 like and click ok, ok, ok.
if you see a window example like the image, Congratulation! Netbeans IDE was configured successfully.
you can now start programming with gtkmm on windows.
many thanks
ReplyDeleteTo make it work with Apache Netbeans 10, you need to install the C++ plugin. It's really easy. Netbeans was the best IDE for C++ I've found.
ReplyDelete