I am trying to install wxWidgets on Windows.
I unzipped wxWidgets and then followed this guide: http://wiki.wxwidgets.org/Adding_an_Environment_Variable_under_Windows
I copied their sample hello world source code and tried to compile it using g++ but it tells me wx/wx.h No such file...
I am new to C++. Am I doing it right? I followed the guide exactly.
PS: I use cygwin + notepad++