En/La David R. Litwin ha escrit, a 12/06/05 06:04:
> Hello you Useful Persons:
> 
> I'm trying to install gwebdec, a programme that mimics webshots
> (designed for windows).
> 
> Now, it gives instructions on how to install it. I downloaded the file
> gwebdec-0.24.1.tar.gz
> <http://www.jamesbarford.net/downloads/gwebdec-0.24.1.tar.gz> then
> attempted to implement the instruction it gives on how to install it.
> They are thus:
> 
> ungzip and untar. That went splendidly.
> Next, it says Makefile. Well, firstly, it does not work unless I do
> ./Makefile. Secondly, it just doesn't work. It is long enough that I
This is quite normal. The current directory is not (usually) in your
path so you need to specify ./"someprogram" to run it.

When you are compiling source code, remember the holy trinity.
$./configure (any relevant parameters)
$make
#make install
If you read the README file in gwebdec-0.24.1.tar.gz it tells you to run
make and not MAKEFILE. Then you change to root and run
#make install
This is apparently "one size fits all" kind of program so no configure
is necessary.
It's generally a good idea to read the README or INSTALL files that are
included with source code. That will save you a lot of grief in the future.
Cheers,
Jonathan

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to