﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-MyVirgo-文章分类-FreeBSD</title><link>http://www.cppblog.com/future0906/category/381.html</link><description>&amp;nbsp&amp;nbsp&amp;nbsp&amp;nbsp&amp;nbsp&amp;nbsp&amp;nbsp&amp;nbsp&amp;nbsp&amp;nbsp&amp;nbsp&amp;nbsp&lt;B&gt;/ASM/C++/JAVA/JSP/SQL/逆向工程/密码学/&lt;/B&gt;</description><language>zh-cn</language><lastBuildDate>Tue, 20 May 2008 17:40:39 GMT</lastBuildDate><pubDate>Tue, 20 May 2008 17:40:39 GMT</pubDate><ttl>60</ttl><item><title>FreeBSD安装笔记(不定期更新)</title><link>http://www.cppblog.com/future0906/articles/1194.html</link><dc:creator>SkyFuture</dc:creator><author>SkyFuture</author><pubDate>Sat, 19 Nov 2005 02:20:00 GMT</pubDate><guid>http://www.cppblog.com/future0906/articles/1194.html</guid><wfw:comment>http://www.cppblog.com/future0906/comments/1194.html</wfw:comment><comments>http://www.cppblog.com/future0906/articles/1194.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/future0906/comments/commentRss/1194.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/future0906/services/trackbacks/1194.html</trackback:ping><description><![CDATA[FreeBSD安装笔记<BR><BR>1.安装完最小系统以后，用/stand/sysinstall安装一下包 ports man src 和cvsup-without-gui<BR><BR>2.将make.conf , cvsup.conf , ppp.conf , kernel.conf文件copy到相应的目录<BR><BR>3.升级ports树: cvsup -g -L 2 /etc/cvsup.conf<BR><BR>4.通过ports 安装xorg<BR><BR>5.编译内核 去掉 device agp支持（kernel.conf已经改好)<BR><BR>6.安装nvidia驱动(7174),修改/etc/X11/xorg.conf 里面显卡得那个sesstion<BR><BR>7.reboot<BR><BR>8.ports 安装gnome2<BR><BR>9.ports 安装enlightenment-devel<BR><BR>10.安装fcitx,需要改/etc/profile(或者~/.cshrc)<BR><BR>setenv LANG "zh_CN.eucCN"<BR>setenv LC_ALL "zh_CN.eucCN"<BR>setenv LC_COLLATE "zh_CN.eucCN"<BR>setenv LC_TIME "zh_CN.eucCN"<BR>setenv LC_NUMERIC "zh_CN.eucCN"<BR>setenv LC_MONETARY "zh_CN.eucCN"<BR>setenv LC_MESSAGES "zh_CN.eucCN"<BR>setenv XMODIFIERS @im=fcitx<BR><BR>11.汉化<BR><BR>a.gedit保存得文件名用ls查看乱码<BR>只需要设置环境变量 <BR>setenv CHARSET=GB2312<BR>setenv G_BROKEN_FILENAMES=0<BR>，因为gedit默认使用UTF-8<BR><BR><BR>附录<BR>编译E17:<BR>使用cvsup进行编译的可以使用以下命令下载e17 的代码<BR><BR>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment login #登陆cvs服务器<BR>cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment co<BR>/e17/misc/engage #下载/e17/misc/engage<BR><BR>可能出现的误:<BR>1.没有找到<BR>aclocal <BR>autoheader <BR>Automake<BR>Autoconf<BR><BR>原因:没有安装以上软件，如果安装了，还是提示该错误，则需要自行创建其没有版本号得连接<BR><BR>autoconf259------&gt;autoconf<BR>其余类同<BR><BR>或者（没试验应该可以的)<BR>setenv WANT_AUTOMAKE=1.7<BR>setenv WANT_AUTOCONF=2.5<BR>其余类同,注意自己的shell类型,bash要改成setenv<BR><BR>2.Engage模块的安装问题<BR>使用enlightenment_remote -module-load engage加载模块<BR>首先需要在~/.e/e/app/modules上建立一个文件夹engage<BR>然后将文件/usr/X11R6/lib/enlightenment/modules_extra/freebsd*/engage/* 复制过去<BR>才能加载模块<BR><BR>3.<BR>./autogen.sh时候出错<BR>提示没有找到MACRO:AM_PROG_LIBTOOL 等等<BR>解决方法，将/usr/local/share/aclocal中的文件复制到../aclocal19中，然后将aclocal19中得文件复制到../aclocal中就可以了<BR><img src ="http://www.cppblog.com/future0906/aggbug/1194.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/future0906/" target="_blank">SkyFuture</a> 2005-11-19 10:20 <a href="http://www.cppblog.com/future0906/articles/1194.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>