Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi there, I'm trying to learn gtk+ using this site[^], But I don't know how to Install and Compile any programs written using this. So far I've downloaded the GTK all in one bundle and extracted it to C:\gtk. I also have mingw installed in C:\mingw and a path variable has also been set.

Please advise me on how to proceed from here as I'm quite clueless.

-Thank you.
Posted
Comments
Richard MacCutchan 26-Nov-10 6:49am    
Take a look at the documentation for gcc to see how to compile and link. Or type "gcc --help" for assistance.

1 solution

What do you mean by "I don't know how to Install and Compile any programs"?
Do you have a compiler environment on your system so that you can at least build a basic C++ program? If not get a copy of Microsoft's Visual C++ Express Edition[^] and go on from there.
 
Share this answer
 
Comments
silent7 26-Nov-10 4:42am    
I'm trying not to use an IDE, I'm looking to just use notepad++ and gcc. What I'm just need to know how to compile a gtk based application through commandline.
Dalek Dave 26-Nov-10 5:17am    
Good Call.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900