那你就先安装make工具和C编译器,把yum源设置成国内的,然后:
yum install make gcc gcc-c++
如果yum用不成,那就把Linux系统安装光盘挂载上,用rpm -ivh gcc安装光盘里面的rpm包。
here docment。
在shell终端这样操作:
cat > /path/to/you/file <
do some thing here!
……
and the end
EOF
以上这一段
#/usr/bin
do some thing here!
……
and the end
就保存到/path/to/you/file里。
这就是编辑方法了。
至于编译其他软件,没学习你说个毛线,辞职走人就是,反正一天两天不可能就学会。