Re: Help with program instalation
Create a directory and untar the files there. From the root of the source directory, make the program.
Code:
mkdir $HOME/test
cd $HOME/test
tar xzf xmacro.tar.gz
ls
You might see README in the root of the source directory. (You can see from the output of ls above). Assuming that it is "xmacro":
Code:
cd xmacro
./configure
make
sudo make install
(The "configure" step may not be needed and see the README or whatever other files there).
openSUSE 12.3 (x86_64) with Kernel 3.7.10-1.16-desktop and KDE 4.11.2 on MacBook Pro
Latest MS Windows version used: Win95