菜鸟到来

菜鸟到来

各位大哥前辈,小的新到,对 linux 还很陌生
在此向大哥大姐们请教要怎么样才能安装      .tar.ba2        .tar.gz   等格式的文件
就用网站里的播放器   VLC Media Player(正式版)--0.9.6    给小子演示一下吧
  小子在此先谢过各位大哥大姐了      

是        .tar.bz2     格式,呵呵    打错了      
Linux下软件安装的简述:  http://www.linuxeden.com/forum/thread-166586-1-1.html      
也是新手献一下丑

$tar xvf vlc-0.9.6.tar.bz2   解压
$cd vlc-0.9.6  进入解压后的文件夹
$./configure  配置软件,出错了要注意观察(有时是机器没有安装某些包,根据提示安装相应的包就是了)
$make  编译软件
#make install  安装软件(要是超级用户哟)      
楼zhu 不是一般的懒, 佩服!      
脑勤、手勤、眼勤。      
陌生的话先熟悉一下吧。在Linux下面安装软件还是比较困难的,特别是从源代码编译。      
google一下      
各位大哥大姐,由于我上学时不认真学习,导致现在看不懂英语
在安装时出了啥问题也不知道,再次向大哥大姐们请教

[root@huangfei vlc-0.9.6]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@huangfei vlc-0.9.6]# make
make: *** 没有指明目标并且找不到 makefile。 停止。

为什么会出现这种问题       
请安装gcc