[root@Jacob linuxconf-1.29r1]# cat INSTALL
1)to compile it
for gcc 2.6.x, do
export OLDGCC=on
make
for gcc 2.7.x
make
2)To install it
make install
It does not overwrite any configuration file, so it is safe to
reinstall it over and over.
The install script will detect is linuxconf has already been installed
once and if not will go step by step interactivly to install/update
special file such as RC scripts.
basic host configuration
boot mode/default boot mode
date & time
Networking/routing and gateways
[root@Jacob linuxconf-1.29r1]# make
-bash: make: command not found


相思爱文 于 2012-11-09 20:19:21发表:
安装编译环境
hstking 于 2012-11-09 18:35:51发表:
一般来说是默认安装了make了。
可以用whereis make找找看。
如果实在是没有。
那就只有自己安装下了。