h*********y 发帖数: 9 | 1 I searched the web and found a page about the installation, but it says you
have to register as a super user. I'm afraid that I can't, does that mean I
have to ask the system administrator for help?Thank you. | c*****t 发帖数: 1879 | 2 No.
1. Download gnu make from ftp.gnu.org.
2. gunzip and untar.
3. change into that directory created and run
./configure prefix=/your-home-dir-path/
4. run
make
5. run
make install
6. add ~/bin to your path in ~/.login
7. source ~/.login
8. rehash
9. run your program
In fact, this sequence works for most of the gnu programs.
【在 h*********y 的大作中提到】 : I searched the web and found a page about the installation, but it says you : have to register as a super user. I'm afraid that I can't, does that mean I : have to ask the system administrator for help?Thank you.
| h*********y 发帖数: 9 | 3
you
I
Hi, you really did me a big favor. It works.
【在 c*****t 的大作中提到】 : No. : 1. Download gnu make from ftp.gnu.org. : 2. gunzip and untar. : 3. change into that directory created and run : ./configure prefix=/your-home-dir-path/ : 4. run : make : 5. run : make install : 6. add ~/bin to your path in ~/.login
|
|