l******s 发帖数: 10 | | a******e 发帖数: 95 | 2 get the source and compile by yourself.
【在 l******s 的大作中提到】 : 现在的版本不好使,想换一个的说
| l******s 发帖数: 10 | 3 我指的是。。如果我没有管理员权限的话。。
【在 a******e 的大作中提到】 : get the source and compile by yourself.
| c*****t 发帖数: 1879 | 4 You can if you have huge amount of space. Do the following before
compilation:
configure --prefix="/your-home-directory"
replace stuff inside the quotes with your home directory. After
you run
make
and successfully compiled everything. Do
make install
That would install gcc/g++ to ~/bin, ~/info, ~/include, ~/lib, ~/man
and such for its appropriete files.
【在 l******s 的大作中提到】 : 我指的是。。如果我没有管理员权限的话。。
| D**e 发帖数: 10169 | 5
don't need huge amount. a few hundred MB.
【在 c*****t 的大作中提到】 : You can if you have huge amount of space. Do the following before : compilation: : configure --prefix="/your-home-directory" : replace stuff inside the quotes with your home directory. After : you run : make : and successfully compiled everything. Do : make install : That would install gcc/g++ to ~/bin, ~/info, ~/include, ~/lib, ~/man : and such for its appropriete files.
|
|