【转自知乎】:https://www.zhihu.com/question/28944497 1. 安装 xquartz (http://xquartz.macosforge.org)2. 安装 GTK (http://r.research.att.com/libs/GTK_2.24.17-X11. ...
分类:
系统相关 时间:
2016-12-01 02:37:01
阅读次数:
1684
Homebrew,Homebrew简称brew,是Mac OSX上的软件包管理工具,能在Mac中方便的安装软件或者卸载软件,可以说Homebrew就是mac下的apt-get、yum神器 Homebrew安装 Homebrew的安装非常简单,打开终端复制、粘贴以下命令,回车,搞定(请放心使用,原汁原 ...
分类:
系统相关 时间:
2016-12-01 01:45:09
阅读次数:
323
Vue2.0推荐开发环境: homebrew:Mac系统下的包管理器 node.js: javascript运行环境 npm: Node.js下的包管理器 webpack: Vue组件都是通过.vue等自定义组件无法被用户端的各种浏览器解析,需要翻译和打包成js文件 vue-cli: 用来生成模版的 ...
分类:
Web程序 时间:
2016-11-29 17:10:55
阅读次数:
290
homebrew:mac套件管理 官网 :http://brew.sh/index_zh-cn.html macport: 官网:https://www.macports.org/ ...
分类:
系统相关 时间:
2016-11-26 23:32:50
阅读次数:
346
1.首先没下载xcode,请先安装xcode,安装的继续往下面看 2.安装brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 3.测试安装是否成 ...
分类:
系统相关 时间:
2016-11-26 02:27:18
阅读次数:
222
1、在打开的命令行工具中输入如下语句: 复制内容到剪贴板 ruby -e "$(curl --insecure -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ruby -e "$(curl --in ...
分类:
系统相关 时间:
2016-11-24 15:13:12
阅读次数:
154
服务加速brew 加速http://blog.suconghou.cn/post/homebrew-speedup/github加速http://www.selfrebuild.net/2016/11/01/github-fast-host/零基础搭建博客brew 安装指定版本的 nodejshtt... ...
分类:
其他好文 时间:
2016-11-23 07:45:14
阅读次数:
215
启动PHP ???? PHP CLI ???? If you wish to swap the PHP you use on the command line, you should add the following to ~/.bashrc, ~/.zshrc, ~/.profile or yo ...
分类:
Web程序 时间:
2016-11-22 01:46:10
阅读次数:
275
Mac下安装LNMP(Nginx+PHP5.6)环境 安装Homebrew 最近工作环境切换到Mac,所以以OS X Yosemite(10.10.1)为例,记录一下从零开始安装Mac下LNMP环境的过程 确保系统已经安装xcode,然后使用一行命令安装依赖管理工具Homebrew 之后就可以使用 ...
分类:
Web程序 时间:
2016-11-19 01:34:53
阅读次数:
492
准备工作 1.你需要一台Mac电脑。。(这不是废话?我所用的是Air~~穷。。) 2.我所操作的电脑系统环境是 3.xcode版本:8.0正式版 必需的软件 1.Homebrew Homebrew, Mac系统的包管理器,用于安装NodeJS和一些其他必需的工具软件。 打开终端,执行 如果在在Max ...
分类:
移动开发 时间:
2016-11-17 20:05:11
阅读次数:
297