tom@Gila:~$ ./gtopo ./gtopo: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directoryThis is by no means a surprise, I expected a complaint about missing libraries. Now the question is what debian package to install to provide GTK 2.0. The answer is easy enough:
apt-get install gtk2.0This pulls in all kinds of stuff (about 1G worth) including "mono" libraries, wayland, and all kinds of bloat, but what can you do? After this finishes, I try starting gtopo and get:
tom@Gila:~$ ./gtopo (gtopo:28670): Gtk-WARNING **: 09:06:31.060: cannot open display:This is just what I expect, installing an X server is another issue I don't want to tackle right now.
git clone https://github.com/trebisky/gtopo.git cd gtopo/src makeAnd it builds without errors or warnings. Apparently the development libraries and headers were also installed as part of the gtk2.0 package.
Setting up an X server, fetching map files, and actually running this is a project for another day.
Tom's electronics pages / [email protected]