can you tell me how to install the file? I dont know the exact command in th
shell. The name of the file is fp-linux-ws.tar.gz and its in
home/donkey/Documents .
Look up the command options in the tar man page. -z will unzip the
file while un-tarring it so you don't need to do two steps to
decompress and then unarchive it.
Change to the directory where the program is installed. Run
"./configure" (that's DOT SLASH Configure) (i.e., run the configure
script in the current directory), then do "make", then "make install".
You might want to examine the configure script to see if there are any
interesting options. Sometimes --help or --options will show them.
There is usually a --prefix=<dirname> to allow installing the app in
the specified directory instead of the default. Unless you know that
will work, let it install where the programmer wanted it.