;{print $2}’ | #xargs dpkg -P #清除所有已删除包的残馀配置文件
#auto-apt run ./configure #编译时缺少h文件的自动处理
3. 安装RealPlay
下载bin包,到realplayer主页上下载 http://www.real.com/linux
#chmod 755 ./*.bin #或chmod +x ./*.bin
#./*.bin #一定要root安装,否则安装后无法启动。
4. 安装FlashPlayer
在iceweasel提示安装时选择安装,如果安装失败:
下载install_flash_player_9_linux.tar.gz并解压,进入解压目录,执行
安装:sudo ./flashplayer-installer
若flashplayer菜单有乱码问题的话,执行:sudo mv /etc/fonts/conf.d/49-sansserif.conf /etc/fonts/conf.d/49-sansserif.conf.bak
安装ttf-freefont字体可解决swf文件中文乱码。
5. 编译Code::Blocks的SVN版本
(a) 下载源码
svn checkout svn://svn.berlios.de/codeblocks/trunk ~/Sources/CodeBlocks
(b) 编译
export ACLOCAL_FLAGS=”-I `wx-config –prefix`/share/aclocal”
./bootstrap
./configure 或 ./configure –with-contrib-plugins=all
make
sudo make install
(c) 缷载
sudo make uninstall
(d) 重新编译
make clean
make distclean
make clean-bin
make clean-zipfiles
详情:http://wiki.codeblocks.org/index.php…ource_on_Linux
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!