I have downloaded the xmacro .tar.gz file to my desktop folder but to be quite honest I have no idea how to instal it. I have done the whole “make” and “instal” comand in Ubuntu but I have no idea why I did it and even if it aplies to OpenSUSE. Can somone step me through this install?
The make command looks for a file called Makefile in the directory that contains instructions to compile/link/(and other programmatic actions) to generate the necessary executables/(and other files).
Typically, the “configure” command generates a Makefile for the current environment (machine architecture and other installed programs) from a file named Makefile.in
man make
However, you did a “1-Click Install” and that is the quickest and easiest way of installing a program in Linux now-a-days! (Of course, someone needs to provide you with such a link and the corresponding rpm file).