1. . 安装PCRE
  2. Download latest PCRE. After download go to download directory from terminal.
  3.  
  4. $ cd ~/Download $ tar xvzf pcre-8.12.tar.gz
  5. $ cd pcre-8.12
  6. $ sudo ./configure --prefix=/usr/local
  7. $ sudo make $ sudo install
  8.  
  9. . 安装Nginx
  10. Download latest nginx from Nginx.org. After download, let install
  11.  
  12. $ cd ~/Download $ tar xvzf nginx-1.0..tar.gz
  13. $ cd nginx-1.0.
  14. $ sudo ./configure --prefix=/usr/local --with-http_ssl_module --with-ld-opt="-L /usr/local/lib"
  15. $ sudo make $ sudo make install
  16.  
  17. . 运行Nginx
  18. $ cd /usr/local/sbin
  19. $ sudo ./nginx
  20. 访问http://localhost
  21.  
  22. . 关闭Nginx
  23. $ cd /usr/local/sbin
  24. $ sudo ./nginx -s stop
  1. Generating phar.php
  2. Generating phar.phar
  3. PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
  4. clicommand.inc
  5. directorygraphiterator.inc
  6. directorytreeiterator.inc
  7. invertedregexiterator.inc
  8. pharcommand.inc
  9. phar.inc
  10.  
  11. Build complete.
  12. Don't forget to run 'make test'.
  13.  
  14. admindeiMac:php-5.6.1 nihao$
  15. admindeiMac:php-5.6.1 nihao$
  16. admindeiMac:php-5.6.1 nihao$
  17. admindeiMac:php-5.6.1 nihao$
  18. admindeiMac:php-5.6.1 nihao$
  19. admindeiMac:php-5.6.1 nihao$
  20. admindeiMac:php-5.6.1 nihao$
  21. admindeiMac:php-5.6.1 nihao$ sudo make install-sh
  22. make: Nothing to be done for `install-sh'.
  23. admindeiMac:php-5.6.1 nihao$ sudo make install
  24. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20131226/
  25. Installing PHP CLI binary: /usr/local/bin/
  26. Installing PHP CLI man page: /usr/local/php/man/man1/
  27. Installing PHP CGI binary: /usr/local/bin/
  28. Installing PHP CGI man page: /usr/local/php/man/man1/
  29. Installing build environment: /usr/local/lib/php/build/
  30. Installing header files: /usr/local/include/php/
  31. Installing helper programs: /usr/local/bin/
  32. program: phpize
  33. program: php-config
  34. Installing man pages: /usr/local/php/man/man1/
  35. page: phpize.1
  36. page: php-config.1
  37. Installing PEAR environment: /usr/local/lib/php/
  38. [PEAR] Archive_Tar - installed: 1.3.12
  39. [PEAR] Console_Getopt - installed: 1.3.1
  40. [PEAR] Structures_Graph- installed: 1.0.4
  41. [PEAR] XML_Util - installed: 1.2.3
  42. [PEAR] PEAR - installed: 1.9.5
  43. Wrote PEAR system config file at: /usr/local/etc/pear.conf
  44. You may want to add: /usr/local/lib/php to your php.ini include_path
  45. /server/php-5.6.1/build/shtool install -c ext/phar/phar.phar /usr/local/bin
  46. ln -s -f /usr/local/bin/phar.phar /usr/local/bin/phar
  47. Installing PDO headers: /usr/local/include/php/ext/pdo/

Mac OS安装brew工具

  1. #终端下命令安装brew工具:
  2. sudo su
  3.  
  4. curl -L http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 -C /usr/local
  5.  
  6. #然后就可以使用brew工具安装或卸载各种软件了,常用的brew命令如下:
  7.  
  8. $ brew search <pkg_name> #查找软件包
  9.  
  10. $ brew install <pkg_name> #安装软件包
  11.  
  12. $ brew list #列出软件包
  13.  
  14. $ brew uninstall <pkg_name> #卸载软件包
  15.  
  16. $ brew update #更新
  17.  
  18. $ brew info <pkg_name> #查看软件包的基本资料

不想被误导?直接看官方文档:

 
 
先安装Git,打开一个shell
  1. cd /usr/local
  2. sudo mkdir homebrew
  3. curl -L https://github.com/mxcl/homebrew/tarball/master | sudo tar xz --strip 1 -C homebrew
  4. cd homebrew/bin
  5. ./brew -v
  6. file brew
  7. cat brew | more
  8. sudo ./brew update
如果“brew update”命令执行出错,请确保文件夹/usr/local的所有者权限是你本人而不是root:
sudo chown $USER /usr/localbrew updat
 

在".bash_profile"中更新路径配置

(如果~下没有文件".bash_profile" 请执行: touch '.bash_profile' )
vim '.bash_profile'加入

  1. export PATH=$PATH:/usr/local/homebrew/bin

之后可以直接执行brew(不用./brew)

 
如果有了Git可以这样安装(未测试)
  1. git clone https://github.com/mxcl/homebrew.git
  2. cd homebrew/bin
  3. cd homebrew/bin
  4. ./brew -v
安装测试
./brew install wget
./brew uninstall wget
./brew searc /apache*/

--

mac os develop的更多相关文章

  1. 让 ASP.NET vNext 在 Mac OS 中飞呀飞。。。

    写在前面 阅读目录: 娓娓道来 Install ASP.NET vNext Command Line Tools 安装 Homebrew 使用 Homebrew,安装 KVM Install Subl ...

  2. ASP.NET vNext 在 Mac OS

    让 ASP.NET vNext 在 Mac OS 中飞呀飞...   写在前面 阅读目录: 娓娓道来 Install ASP.NET vNext Command Line Tools 安装 Homeb ...

  3. Mac OS X下搭建Android开发环境(包括SDK和NDK)

    资源准备:  JDK Eclipse Android SDK Android NDK ADT CDT ANT 搭建Android SDK开发环境: 1.JDK安装,要求版本>1.5, Mac O ...

  4. Mac 操作系统安装 SVN server教程(Subversion With Mac OS X Tutorial)

    Find recent articles on my github page: rubyrobot.github.io © 2006-2014 Imagine Ecommerce Subversion ...

  5. Mac OS下Flutter环境搭建记录,VS Code开发

    安装Flutter 获取FlutterSDK 终端cd进入SDK安装目录,比如 cd ~/FlutterSDK 由于在国内访问Flutter有时可能会受到限制,Flutter官方为中国开发者搭建了临时 ...

  6. Xamarin+Prism开发详解四:简单Mac OS 虚拟机安装方法与Visual Studio for Mac 初体验

    Mac OS 虚拟机安装方法 最近把自己的电脑升级了一下SSD固态硬盘,总算是有容量安装Mac 虚拟机了!经过心碎的安装探索,尝试了国内外的各种安装方法,最后在youtube上找到了一个好方法. 简单 ...

  7. Mac OS 使用 Vagrant 管理虚拟机(VirtualBox)

    Vagrant(官网.github)是一款构建虚拟开发环境的工具,支持 Window,Linux,Mac OS,Vagrant 中的 Boxes 概念类似于 Docker(实质是不同的),你可以把它看 ...

  8. Mac OS、Ubuntu 安装及使用 Consul

    Consul 概念(摘录): Consul 是 HashiCorp 公司推出的开源工具,用于实现分布式系统的服务发现与配置.与其他分布式服务注册与发现的方案,比如 Airbnb 的 SmartStac ...

  9. Atitit mac os 版本 新特性 attilax大总结

    Atitit mac os 版本 新特性 attilax大总结 1. Macos概述1 2. 早期2 2.1. Macintosh OS (系统 1.0)  1984年2 2.2. Mac OS 7. ...

随机推荐

  1. TortoiseSVN文件夹及文件图标不显示解决方法 [转]

    由于自己的电脑是win7(64位)的,系统安装TortoiseSVN之后,其他的功能都能正常的使用,但是就是文件夹或文件夹的左下角就是不显示图 标,这个问题前一段时间就遇到了(那个时候没找到合适的答案 ...

  2. bottle + vue.js 打造你的单页应用

    看到各种单页应用之后,觉得单页应用简直酷毙了,作为一个技术宅,在假期的 时候恶补了一下vue ,觉得还不错,不过想想前端的东西毕竟还是太广博了.我也不知道怎么写反正应用起来有点别扭,就是资料太少了,成 ...

  3. 021,lambda 表达式

    021,lambda 表达式  匿名函数: 快速定义单行的最小函数,是从lisp借用来的,可以用在任何需要函数的地方 >>> def ds(x):     return 2*x +  ...

  4. HDU 3749 Financial Crisis

    Financial Crisis 题意:给一个图,包含N ( 3 <= N <= 5000 )个点, M ( 0 <= M <= 10000 )条边 and Q ( 1 < ...

  5. 【面试题】百度糯米java工程师面试

    面试经历: 技术题问的比较基础的java知识,有个编程题设计团购秒杀方面的设计,之前没有这种经验做的不好,做完题一个技术经理过来面试,主要问了一下之前做的什么项目,对struts,spring的原理做 ...

  6. 8.MVC框架开发(URL路由配置和URL路由传参空值处理)

    1.ASP.NET和MVC的路由请求处理 1)ASP.NET的处理 请求---------响应请求(HttpModule)--------处理请求(HttpHandler)--------把请求的资源 ...

  7. 蜗牛历险记(二) Web框架(中)

    上篇简单介绍了框架所使用的Autofac,采用Autofac提供的Ioc管理整个Web项目中所有对象的生命周期,实现框架面向接口编程.接下来介绍框架的日志系统. 一.介绍之前 框架日志是否有存在的必要 ...

  8. Memcache仅仅支持简单数据类型

    Memcache仅仅支持简单数据类型 ,复杂数据类型需要应用自己处理 从数据库当中取出数据[User [id=1, username=guowuxin, password=guowuxin], Use ...

  9. The output char buffer is too small to contain the decoded characters, encoding 'Unicode (UTF-8)' fallback 'System.Text.DecoderReplacementFallback'.

    Exception when executing ) br is a binary reader. The data to peak is D000 (D0=208) The cause is, fo ...

  10. IOS ITunesConnect 修改开发商名称

    ItunesConnect→ManagerApps→应用→Contact Us