GTK+ tutorial 1 - hello world (part 1)
Loading...
1,303
Loading...
Uploader Comments (thecplusplusguy)
see all
All Comments (5)
-
@thecplusplusguy problem with install from source is that not only is it annoying, but i also have to do the same for all the dependencies, and there are alot of them lol
Loading...
how do u download it!?
rotsebanotman 5 months ago
@rotsebanotman
If you're using Linux, you can download as you can see in the video with sudo (or other package manager), if you are using Mac or Windows go the the GTK (gtk dot org) website, go to download, choose your OS, download the devs (all), and don't forget link it with your IDE (in Code::blocks go to project properties, in linker settings give all flags, that libs wrote at 07:07, and browse the libraries too, where the files extracted)
thecplusplusguy 5 months ago in playlist GTK+ tutorials
@thecplusplusguy hello, i have a question. i am running ubuntu 10.04 and i already have gtk+ 2.20. how can i upgrade it to gtk+ 2.24? is there any terminal commands or an easy way to do this? i do not want to go through the whole install process that is listed on the website because it longs very long and unecessary for just a versioin upgrade nor do i want to upgrade my ubuntu version. please help.
lucirz 4 months ago
@lucirz
I checked the Ubuntu repository, but it seems, that it only contain an older version (else it would be as simple as: sudo apt-get install libgtk2.4-dev), so I think there is no easier way to setup a newer version, then what is on the wesite :(
Actually it should be enough, to load the source, and just copy all of the termianal command into a terminal, I don't thing, you need those other "special options". But I agree, install from source is hard.
thecplusplusguy 4 months ago