|
Go inside the unpacked directory.
From the command prompt you can do this with the cd command (cd = change directory)
Just type cd and then the path to the wmweather+ folder.
eg.
cd /home/username/wmweather+/
Once in there issue this command:
./configure
(or just configure)
Once that's done (make sure all the dependencies are there), type:
make
after that's done:
make install
This should install the app.
HTH
|