10 2011 档案

摘要:1 yum -y install gcc gcc-c++ autoconf make libjpeg libjpeg-devel libpng libpng-devel libXpm libXpm-devel freetype freetype-devel 2 3 git clone git://github.com/yasm/yasm.git 4 5 cd yasm 6 7 ./autogen.sh 8 9 ./configure10 11 make12 13 make install14 15 cd ..16 17 svn checkout svn://svn.mplayerhq... 阅读全文
posted @ 2011-10-02 10:45 冷月X 阅读(618) 评论(0) 推荐(0)
摘要:If a user chooses to return to GRUB legacy (0.97), these steps will remove GRUB 2 and install GRUB. The command line produces a cleaner uninstall and reinstallation. While adding and removing the packages can be accomplished with Synaptic, certain steps must be accomplished in a terminal. Open a ter 阅读全文
posted @ 2011-10-01 22:18 冷月X 阅读(385) 评论(0) 推荐(0)