Google 提供 Git 的安裝程式(http://code.google.com/p/git-osx-installer/),安裝的位置是在 /usr/local/bin/git 檔案夾之下,因此可能無法直接從終端機取用。
要將 Git 安裝在 Lion 系統的 /usr/bin ,可以透過 AppStore 下載免費的 Xcode ,然後從 Preference > Download 面板下選 Components 標籤,安裝“Command Line Tools”,就會下載 Git 並安裝於 /usr/bin 。
OSX in Life
2012年5月21日 星期一
Ampps 一次在OSX上安裝230種OpenSource 開源碼軟體
2012年5月13日 星期日
MAMP安裝 CodeIgniter+Sparks
- 由終端機換到CodeIgniter安裝目錄,這裡名稱為 CodeIgniter_2
- 執行MAMP的PHP指令
- 終端機顯示下載Sparks的訊息:
- CodeIgniter安裝目錄下會出現 tools 檔案夾。
- 接下來安裝ActiveRecod套件:
- 終端機顯示下載ActiveRecod的訊息:
- CodeIgniter的安裝目錄下會出現 sparks 檔案夾,其中出現 php-activerecord 檔案夾。在 application/core 檔案夾內也會出現 My_loader.php 檔案
cd /Applications/MAMP/htdocs/CodeIgniter_2
/Applications/MAMP/bin/php/php5.3.6/bin/php -r "$(curl -fsSL http://getsparks.org/go-sparks)"
Pulling down spark manager from http://getsparks.org/static/install/spark-manager-0.0.9.zip ... Pulling down Loader class core extension from http://getsparks.org/static/install/MY_Loader.php.txt ... Extracting zip package ... Cleaning up ... Spark Manager has been installed successfully! Try: `php tools/spark help`
/Applications/MAMP/bin/php/php5.3.6/bin/php tools/spark install php-activerecord
[ SPARK ] Retrieving spark detail from getsparks.org [ SPARK ] From Downtown! Retrieving spark from Git repository at git://github.com/machuga/php-activerecord-spark.git remote: Counting objects: 217, done. remote: Compressing objects: 100% (169/169), done. remote: Total 217 (delta 48), reused 191 (delta 25) Receiving objects: 100% (217/217), 127.24 KiB | 58 KiB/s, done. Resolving deltas: 100% (48/48), done. Switched to a new branch 'spark-63-1336902146' [ SPARK ] Spark installed to ./sparks/php-activerecord/0.0.2 - You're on fire!
2012年3月31日 星期六
2012年1月8日 星期日
Aptana 安裝 JDT 跟 Processing
根據:
- https://aptanastudio.tenderapp.com/discussions/problems/2426-aptana-and-ant
- http://code.google.com/p/proclipsing/wiki/GettingStarted
- http://processing.org/tutorials/eclipse/
- Help 選單選 Install New Software...
- 按 Add 鈕,加入
http://download.eclipse.org/releases/helios/http://download.eclipse.org/releases/indigo (Aptana 3.4 為 Eclipse indigo) - Work with 選
http://download.eclipse.org/releases/helios/http://download.eclipse.org/releases/indigo - Programming Languages 下勾選 Eclipse Java Develpment Tools
- 按下 Finish 開始安裝 JDT ~
- 回到步驟2. ,Name 輸入 proclipsing,Location 加入
http://proclipsing.googlecode.com/svn/tags/current_releases/proclipsingSite/然後按下 OK - 勾選 core 與 export ,按 Next> 開始安裝~
- 回到步驟2. 加入
http://eclipse.processing.org/plugin/site.xmlhttps://raw.github.com/processing/processing-eclipse/master/processing.plugin.updateSite/site.xml - 勾選 Processing Plug-In for Eclipse
- 按下 Finish 開始安裝 ~
http://web.archive.org/web/20120118072336/http://www.creativecoding.org/en/beyond/p5/eclipse_as_editor
訂閱:
文章 (Atom)