Hi guys,
I am currently working on a research project regarding fluid dynamics and I use the software Gfs Flow Solver, working on Linux.
I installed a virtual machine (VMware player) with Ubuntu 12 (the software doesn't work on Ubuntu 14).
I manages to install Gerris Flow Solver, but the tutorial says it is very helpful to also install GfsView, which permits to visualize simulation files.
However, in order to install it, I first need to install Gtk+ (and its extension called GtkGlExt).
So I went there :
http://www.gtk.org/download/linux.php and I have downloaded GTK+ 3.16
Then I started to do the installation guide :
https://developer.gnome.org/gtk3/sta...-building.html
When I wrote in my terminal :
Code:
./configure --prefix=/opt/gtk
the terminal says that it misses The GLib library, GdkPixbuf library, Pango, ATK et Gobject Introspection.
In the installation guide, they say that I need pkg-config and different versions of make (in the Dependencies part) in order to install all the previous things.
And right there I am stuck, I am a beginner on Linux so I really don't know what to do.
If someone could help it would be great !
Thanks