LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1733|回复: 9

tar之类的压缩文件解压后如何安装呀

[复制链接]
发表于 2004-11-29 10:43:38 | 显示全部楼层 |阅读模式
我下了几个压缩文件
解开后可不知道如何安装呀
发表于 2004-11-29 11:01:23 | 显示全部楼层
如果是源代码类的,通常是进入到解压后的目录
./configure;make;make install
发表于 2004-11-29 12:43:19 | 显示全部楼层
那怎么判断是可以直接打开的
还是源代码啊?
发表于 2004-11-29 12:47:05 | 显示全部楼层
看看目录下有什么文件啊
如果是直接可以执行的,会有和软件名相同的可执行文件
如果是源码,通常会有configure,Makefile.am,Makefile.in
其实,察看readme就好
发表于 2004-11-29 12:47:11 | 显示全部楼层
还有./是提示符还是什么?
发表于 2004-11-29 12:48:51 | 显示全部楼层
./是表示当前目录
就是执行当前目录下的configure文件,如果不加./,linux会找不到configure文件,因为PATH里没有./
发表于 2004-11-29 12:54:04 | 显示全部楼层
呵呵谢谢啊
不过我解压vlc-0.8.1.tar.gz之后
有configure文件但是没有看到Makefile.am,Makefile.in
我运行了./configure;make;make install
出现很多
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
然后可以运行软件了吗?
发表于 2004-11-29 13:01:29 | 显示全部楼层
你要等到程序回到命令提示符,而且没有出现error
发表于 2004-11-29 13:17:01 | 显示全部楼层
恩,已经回到了.然后要怎么
它出现这么一行
configure: error: Could not find libmad on your system: you may get it from http://www.underbit.com/products/mad/. Alternatively you can use --disable-mad to disable the mad plugin.
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
发表于 2004-11-29 13:41:44 | 显示全部楼层
谢谢,明白了很多,不过能说说关于linuxqq如何安装吗,因为gaim0.64和gaim0.58都找不到下载。只能用openq,碰到一系列的问题
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表