程序制作完毕后,在mac下通常的方法是要制作一个pkg的安装包,可是你会发现pkg和mpkg的文件出现的比較多,笔者也是经过了一定的试验和尝试,才了解到,pkg是单个文件的pkg,而mpkg事实上是多个pkg的含义,即multi pkg的含义。那么制作pkg的方法,在这里也做一个介绍,非常多人对于p...
分类:
其他好文 时间:
2014-09-03 16:21:46
阅读次数:
218
驱动下载网站:http://sourceforge.net/projects/voodoohda/files/下载文件名称:VoodooHDA_V286_MAV.pkg.zip双击安装,按默认一步一步完成即可,最后重新启动系统。
分类:
其他好文 时间:
2014-08-29 00:03:26
阅读次数:
259
场景:
(gdb) break main
Breakpoint 1 at 0x8048417
(gdb) r
Starting program: /usr/local/src/ccode/ch11/strings
Breakpoint 1, 0x08048417 in main ()
Missing separate debuginfos, use: debuginfo-ins...
分类:
其他好文 时间:
2014-08-28 11:28:49
阅读次数:
218
Install Ubuntu 12.04 and update the system
apt-get update;
apt-get upgrade;
Install dependencies
apt-get install automake autoconf gcc uml-utilities libtoolbuild-essential pkg-config...
分类:
其他好文 时间:
2014-08-26 11:47:05
阅读次数:
173
一、编写vector.pkg
class vector {
TOLUA_TEMPLATE_BIND(T, string, CCSprite*) // 添加我们想要的容器类型
void clear();
int size() const;
const T& operator[](int index) const;
T& operator[](i...
分类:
其他好文 时间:
2014-08-25 15:04:54
阅读次数:
1517
1.下载mysql(DMG格式64位的版本)http://dev.mysql.com/downloads/mysql/5.5.html2.安装mysql运行dmg,会发现里面有4个文件。首先点击安装mysql-5.5.27-osx10.6-x86_64.pkg,这是MySQL主安装包。一般情况下,安...
分类:
数据库 时间:
2014-08-24 20:40:12
阅读次数:
220
一. libva.a的编译过程
(1)apt-get install libdrm-dev解决libdrm找不到的问题
(2)wayland-scanner问题
checking pkg-config is at least version 0.9.0... yes
checking for WAYLAND_SCANNER... no
configure: error: Pack...
分类:
Windows程序 时间:
2014-08-24 11:39:12
阅读次数:
1310
1、开发xmpp官网下载
2、打开openfire.pkg
3、点击继续
4、安装成功后打开偏好设置 ->双击poenfire->弹出窗口【好】
5、随后会弹出下面这个视图 开启 strrt openfre - > 打开网页设置界面 open admin console
如果跳出这个界面,还需要安装ava环境,下载一个javaf...
分类:
移动开发 时间:
2014-08-20 12:31:02
阅读次数:
266
本文出自:http://blog.csdn.net/svitter
sudo apt-get install im-config libapt-pkg-perl fcitxfcitx-table-wbpy
im-config选择fcitx
sudo apt-get install
fcitx-ui*
sudo apt-get install fcitx-config*
...
分类:
系统相关 时间:
2014-08-18 20:35:32
阅读次数:
765
本文主要介绍Windows下GTK+开发环境的搭建,通过在Eclipse中安装插件Pkg-config support for Eclipse CDT使开发灵活简便;第一步:安装MinGW,安装Glade(不做赘述);第二步:下载gtk+-bundle_3.6.4-20130921_win32.zi...