10 2011 档案

摘要:**PRNetAddr 指定一个网络地址,用于Socket Manipulation Functions。 #include <prio.h>union PRNetAddr { struct { PRUint16 family; char data[14]; } raw; struct { PRUint16 family; PRUint16 port; ... 阅读全文
posted @ 2011-10-26 15:48 cian 阅读(270) 评论(0) 推荐(0)
摘要:1 首先,安装必要的工具:apt-get build-dep firefoxapt-get install mercurial libasound2-dev libcurl4-openssl-dev libnotify-dev libxt-dev libiw-dev mesa-common-dev autoconf2.13 yasm2 然后下载代码,解压缩。3 配置编译选项: 在.mozconfig文件中配置。此文件位于源代码目录或home下。一个例子:1 . $topsrcdir/browser/config/mozconfig2 mk_add_options MOZ_OBJDIR=@TOP 阅读全文
posted @ 2011-10-19 12:53 cian 阅读(811) 评论(0) 推荐(0)