View Single Post
Old 11-23-2003, 07:31 PM   #5
Floppyman
Member (13 bit)
 
Floppyman's Avatar
 
Join Date: Mar 1999
Posts: 6,791
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
Floppyman is offline   Reply With Quote