我下载的K3B的monkey插件,如何安装啊k3bmonkeyaudioplugin-2.0
解压后一堆文件和文件夹。没有deb不会安装,求助啊
打开终端->切换到你上面的图片显示的目录下->执行"./configure"->看有没有错如果没错误的话执行"make"->没有错误的话执行"make install".如果运行出错的话再把错误发上来,看一下,一般第一次这样装软件大部分都是软件包支持不完整缺少gcc或是g++什么的.你可以上网查一下./configure make make install 三个命令,是编译安装软件的常用命令.稍微了解一下还是很有必要的.
sunny@sunny-ThinkCentre:~$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
sunny@sunny-ThinkCentre:~$ make install
make: *** 没有规则可以创建目标“install”。 停止。
sunny@sunny-ThinkCentre:~$ ./configure
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking target system type… x86_64-unknown-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking for -p flag to install… yes
checking whether build environment is sane… yes
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking for kde-config… not found
configure: error: The important program kde-config was not found!
Please check whether you installed KDE correctly.
错误中不是有提示嘛
checking for kde-config… not found
configure: error: The important program kde-config was not found!
指的是kde-config程序没有找到
使用sudo apt-get install kde-config安装后再试一下。
正在读取状态信息… 完成
E: 未发现软件包 kde-config
sunny@sunny-ThinkCentre:~$ ^C
虽然问题没有解决但是还是感谢您的无私帮助。
