f*******n 发帖数: 3 | 1 sorry i know this question is really foolish . but i know nothing about programming in unix and cgi. so could u please give some guides???? thx |
w*****n 发帖数: 94 | 2 wget has nothing to do with cgi ba?
The compilation instructions for unix programs are often found in an
INSTALL file, the README file also contains important information.
General steps are:
1) gunzip -c wget-xxx.tar.gz | tar xvf -
2) ./configure
3) make
4) make install
【在 f*******n 的大作中提到】 : sorry i know this question is really foolish . but i know nothing about programming in unix and cgi. so could u please give some guides???? thx
|
t*********l 发帖数: 30 | 3 if you are not root and just want to install it for yourself,
you'd better use
cd wget-xxx
./configure --prefix=$HOME/local
just my 2 cents
【在 w*****n 的大作中提到】 : wget has nothing to do with cgi ba? : The compilation instructions for unix programs are often found in an : INSTALL file, the README file also contains important information. : General steps are: : 1) gunzip -c wget-xxx.tar.gz | tar xvf - : 2) ./configure : 3) make : 4) make install
|