# Mac OS X 系統下使用 Phalcon 開發工具(Phalcon Developer Tools on Mac OS X)
These steps will guide you through the process of installing Phalcon Developer Tools for OS/X.
## 預備知識(Prerequisites)
The Phalcon PHP extension is required to run Phalcon Tools. If you haven’t installed it yet, please see the[Installation](http://docs.iphalcon.cn/reference/install.html)section for instructions.
## 下載(Download)
You can download a cross platform package containing the developer tools from the[Download](http://phalconphp.com/download)section. You can also clone it from[Github](https://github.com/phalcon/phalcon-devtools).
Open the terminal application:

Copy & Paste the commands below in your terminal:
~~~
git clone git://github.com/phalcon/phalcon-devtools.git
~~~
Then enter the folder where the tools were cloned and execute ”. ./phalcon.sh”, (don’t forget the dot at beginning of the command):
~~~
cd phalcon-devtools/
. ./phalcon.sh
~~~
In the terminal window, type the following commands to create a symbolic link to the phalcon.php script:
~~~
ln -s ~/phalcon-tools/phalcon.php ~/phalcon-tools/phalcon
chmod +x ~/phalcon-tools/phalcon
~~~
Type the command “phalcon” and you will see something like this:

Congratulations you now have Phalcon tools installed!
### 相關指南(Related Guides)
* [Using Developer Tools](http://docs.iphalcon.cn/reference/tools.html)
* [Installation on Windows](http://docs.iphalcon.cn/reference/wintools.html)
* [Installation on Linux](http://docs.iphalcon.cn/reference/linuxtools.html)
- 簡介
- 安裝
- 安裝(installlation)
- XAMPP下的安裝
- WAMP下安裝
- Nginx安裝說明
- Apache安裝說明
- Cherokee 安裝說明
- 使用 PHP 內置 web 服務器
- Phalcon 開發工具
- Linux 系統下使用 Phalcon 開發工具
- Mac OS X 系統下使用 Phalcon 開發工具
- Windows 系統下使用 Phalcon 開發工具
- 教程
- 教程 1:讓我們通過例子來學習
- 教程 2:INVO簡介
- 教程 3: 保護INVO
- 教程4: 使用CRUD
- 教程5: 定制INVO
- 教程 6: V?kuró
- 教程 7:創建簡單的 REST API
- 組件
- 依賴注入與服務定位器
- MVC架構
- 使用控制器
- 使用模型
- 模型關系
- 事件與事件管理器
- Behaviors
- 模型元數據
- 事務管理
- 驗證數據完整性
- Workingwith Models
- Phalcon查詢語言
- 緩存對象關系映射
- 對象文檔映射 ODM
- 使用視圖
- 視圖助手
- 資源文件管理
- Volt 模版引擎
- MVC 應用
- 路由
- 調度控制器
- Micro Applications
- 使用命名空間
- 事件管理器
- Request Environmen
- 返回響應
- Cookie 管理
- 生成 URL 和 路徑
- 閃存消息
- 使用 Session 存儲數據
- 過濾與清理
- 上下文編碼
- 驗證Validation
- 表單_Forms
- 讀取配置
- 分頁 Pagination
- 使用緩存提高性能
- 安全
- 加密與解密 Encryption/Decryption
- 訪問控制列表
- 多語言支持
- 類加載器 Class Autoloader
- 日志記錄_Logging
- 注釋解析器 Annotations Parser
- 命令行應用 Command Line Applications
- Images
- 隊列 Queueing
- 數據庫抽象層
- 國際化
- 數據庫遷移
- 調試應用程序
- 單元測試
- 進階技巧與延伸閱讀
- 提高性能:下一步該做什么?
- Dependency Injection Explained
- Understanding How Phalcon Applications Work
- Api
- Abstract class Phalcon\Acl