Brew 是 Mac 下面的包管理工具,通过 Github 托管适合 Mac 的编译配置以及 Patch,可以方便的安装开发工具。 Mac 自带ruby 所以安装起来很方便,同时它也会自动把git也给你装上。官方网站: http://brew.sh安装方法:?1ruby -e "$(curl -fs...
分类:
Web程序 时间:
2014-08-17 22:46:12
阅读次数:
529
MacIf you're using the excellenthomebrewpackage manager, you can install node with one command:brew install node.Otherwise, follow the below steps:Ins...
转载自:http://blog.plotcup.com/a/129最近一直用go写一个项目,本想在mac上用gdb调试一下,但xcode4.6带的gdb版 本还是太低了,不支持go,只好自己安装一个。本以为直接brew install gdb就 完事了,后来发现不是那么回事,还要给gdb制作证书签名...
分类:
数据库 时间:
2014-08-05 11:06:59
阅读次数:
303
各种艰辛就不一一表过了,反正最后无奈的有捡起了minicom。因为使用的brew,所以安装相对比较容易:brew install minicom和Linux下一样的操作,先是查看硬件设备名称:ls /dev/*tty*找到其中的tty.usbserial,然后转回来修改minicom配置minico...
分类:
其他好文 时间:
2014-07-22 22:54:34
阅读次数:
1896
brew install libevent$ export CFLAGS="-I /usr/local/Cellar/libevent/2.0.21/include -L /usr/local/Cellar/libevent/2.0.21/lib"
分类:
其他好文 时间:
2014-07-22 22:50:12
阅读次数:
215
提示缺少套件啦?别担心,Homebrew随时守候。$ brew install wgetHomebrew 会将套件安装到独立目录,并将文件软链接至/usr/local。$ cd /usr/local$ find CellarCellar/wget/1.15Cellar/wget/1.15/bin/w...
分类:
其他好文 时间:
2014-07-19 17:01:44
阅读次数:
177
安装brew 可以查看教程:mac os x 10.9.1 安装 Homebrew软件包管理工具及brew安装maven3.1.1首先更新下brew软件库brew updatebrew tap josegonzalez/homebrew-phpbrew安装php5.5sudo brew instal...
分类:
Web程序 时间:
2014-07-19 00:06:40
阅读次数:
274
对于习惯了linux系统的人来说,使用yum或者apt-get来在线安装软件是一件很愉快的事情。这些工具可以解决依赖问题,使得安装过程变得简单快捷。在使用MAC的时候,也会想:MAC OS上有没有类似的软件呢?经常调查发现,果然有一款类似的软件brew,也叫homebrew。下面我们就来详细描述一下该软件的安装和使用方法。...
分类:
其他好文 时间:
2014-07-17 16:04:00
阅读次数:
201
以下步骤在MAC下测试通过:
首先是安装CCache,
可以用homebrew
brew install --HEAD ccache
也可以用源码安装
git clone https://github.com/jrosdahl/ccache.git
cd ccache
./autogen.sh
./configure
make
make install
如果提示autohe...
分类:
移动开发 时间:
2014-06-14 12:28:49
阅读次数:
263
1:关于homebrew下载地址
homebrew下载地址网上版本很多:我用了几个都是显示 404 bad request
如图:均无法现在
有一个网址会给出最新的 安装地址: the URL is: http://brew.sh/index_zh-cn.html
在网站的最下面给出了通过terminal下载 homebrew的最新的下载地址:
我下载的...
分类:
其他好文 时间:
2014-05-25 21:34:49
阅读次数:
293