Click to See Complete Forum and Search --> : Installing CoffeeCup


lanniel
06-26-2003, 10:59 PM
I downloaded CoffeeCup but don't know how to install it in Linux.

serz
06-26-2003, 11:44 PM
Could you specify more info? Is it a rpm? A tarball? We don't know...

jsbrusty2
06-27-2003, 02:04 PM
Not sure... it appears to be compiled already on the download from their website.

Try runnig the file Coffee_install from command line or dbl click in file browser. I'm not on a Linux system right now so I can't try it out.

tar xvzf CoffeeLinux.tar.gz

cd dist

Coffee_install

Icarus
06-27-2003, 02:28 PM
After you untar it cd into the directory...there WILL be a readme or install file (If not write to the maintainer and tell them what standards are for)

One of these will tell how to install it, the most common is
./configure
make
make install

or ./install.sh
But when I was trying Coffee Cup, it was a ./configure job...but this was 2 years ago