做公司网站需要会什么科目,wordpress mylife,南宁seo,做微商怎么找客源加人定制安装定制安装#xff0c;也叫源码安装#xff0c;需要自己编译源代码的安装方式步骤#xff1a;1、解压源代码包2、配置 configure3、编译 make4、安装 make install接下来开始做实验#xff0c;希望朋友们自己动手实践#xff0c;有啥不清楚的可以直接提问我#xf… 定制安装 定制安装也叫源码安装需要自己编译源代码的安装方式 步骤 1、解压源代码包 2、配置 configure 3、编译 make 4、安装 make install 接下来开始做实验希望朋友们自己动手实践有啥不清楚的可以直接提问我我看到会及时回复。 1、解压源码包[rootserver254 base]# cd /root/Desktop/[rootserver254 Desktop]# lsgnome-terminal.desktop MPlayer-1.1.tar.gz notecase-1.9.8_slack.tar.gz[rootserver254 Desktop]# tar zxvf MPlayer-1.1.tar.gz -C /usr/local/src/ 2、配置[rootserver254 MPlayer-1.1]# pwd/usr/local/src/MPlayer-1.1[rootserver254 MPlayer-1.1]# ./configure --prefix/usr/local/mplayer 会报错Error: yasm not found, use --yasm if you really want to compile without[rootserver254 MPlayer-1.1]# ./configure --prefix/usr/local/mplayer --yasm --prefix指定的软件的安装路径 3、编译[rootserver254 MPlayer-1.1]# make 4、安装[rootserver254 MPlayer-1.1]# make install 5、验证[rootserver254 bin]# cd /usr/local/mplayer/bin/[rootserver254 bin]# ./mplayer /root/Desktop/1983\ -\ 歌曲名.mp3 听不到报个错 Cant open audio device /dev/dsp: No such file or directory[rootserver254 ~]# modprobe snd_pcm_oss看能否听到声音[rootserver254 bin]# ./mplayer /root/Desktop/1983\ -\ 爱情木瓜.mp3make其他相关命令 make clean清除编译文件 make uninstall 卸载[rootserver254 Desktop]# ls /usr/local/src/MPlayer-1.1 test vmware-tools-distrib[rootserver254 Desktop]# cd !$ cd /usr/local/src/!$上一条命令最后一个参数 转载于:https://blog.51cto.com/2489843/1537391