未來有關技術文章的心得筆記都會在
http://bcswlmpke.github.com
2011年10月25日 星期二
Lion 10.7.2 安裝 XCode 4.2 失敗
如果在 /var/log/install.log 看到錯誤訊息為
sudo: /private/etc/sudoers is mode 0644, should be 0440
則使用 Disk Utility 修復權限問題;
然後再重新安裝一次 install XCode.app 就可以了。
sudo: /private/etc/sudoers is mode 0644, should be 0440
則使用 Disk Utility 修復權限問題;
然後再重新安裝一次 install XCode.app 就可以了。
2011年8月9日 星期二
2011年8月5日 星期五
2011年7月30日 星期六
(Vim) 設定 Vim 開發環境,使用 Vundle [on Windows]
步驟1:安裝 msysgit
參考:https://github.com/gmarik/vundle/wiki/Vundle-for-Windows
記得選擇:Run git from Windows command prompt
步驟2:將 curl.cmd 放到 C:\Program Files (x86)\Git\cmd
這一步完成後,才可以使用 BundleSearch 之類的指令
步驟3:設定 Vundle
步驟4:設定 _vimrc
參考:https://github.com/gmarik/vundle/blob/master/README.md
步驟5:放入 ctags.exe
可以放到 C:\Program Files (x86)\Vim\vim73 路徑下,
也就是 GVIM.exe 的相同目錄下
---
我的 vimrc:https://github.com/bcswlmpke/hank.vim
參考:https://github.com/gmarik/vundle/wiki/Vundle-for-Windows
記得選擇:Run git from Windows command prompt
步驟2:將 curl.cmd 放到 C:\Program Files (x86)\Git\cmd
這一步完成後,才可以使用 BundleSearch 之類的指令
步驟3:設定 Vundle
$ git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle步驟4:設定 _vimrc
參考:https://github.com/gmarik/vundle/blob/master/README.md
步驟5:放入 ctags.exe
可以放到 C:\Program Files (x86)\Vim\vim73 路徑下,
也就是 GVIM.exe 的相同目錄下
---
我的 vimrc:https://github.com/bcswlmpke/hank.vim
(Mac) 安裝 Mac Ports
Mac Ports
http://www.macports.org/
Install MacPorts
http://www.macports.org/install.php
下載 dmg 安裝後,打開 Terminal
輸入 sudo port -v
看到 MacPorts 2.0.0 表示成功 (此我為目前安裝的版本)
http://www.macports.org/
Install MacPorts
http://www.macports.org/install.php
下載 dmg 安裝後,打開 Terminal
輸入 sudo port -v
看到 MacPorts 2.0.0 表示成功 (此我為目前安裝的版本)
(Emacs) 文字編輯器
以往用 Vim 開發著實感受到不少好處
不過對於大專案的開發似乎在程式碼的切換與操作上較為不便
目前的開發使用 XCode 倒也還蠻適應的
廢話說了這麼多
最近看到幾個 Emacs 的網站資源,先記下來,之後有時間再來試試看。
Emacs C mode 指令速查
http://www.dev.idv.tw/mediawiki/index.php/Emacs_C_mode%E6%8C%87%E4%BB%A4%E9%80%9F%E6%9F%A5%E5%88%97%E8%A1%A8
Emacs 文字模式熱鍵對應
http://shelandy.blogspot.com/2008/01/eamcs.html
emacs wiki
http://www.emacswiki.org/
GNU Emacs on Windows
http://yehnan.blogspot.com/2010/06/gnu-emacs-on-windows.html
emacs 基本入門
http://homepage.mac.com/yenlung/WebWiki/EmacsNotes.html
emacs 快速入門
http://www.study-area.org/cyril/opentools/opentools/x42.html
不過對於大專案的開發似乎在程式碼的切換與操作上較為不便
目前的開發使用 XCode 倒也還蠻適應的
廢話說了這麼多
最近看到幾個 Emacs 的網站資源,先記下來,之後有時間再來試試看。
Emacs C mode 指令速查
http://www.dev.idv.tw/mediawiki/index.php/Emacs_C_mode%E6%8C%87%E4%BB%A4%E9%80%9F%E6%9F%A5%E5%88%97%E8%A1%A8
Emacs 文字模式熱鍵對應
http://shelandy.blogspot.com/2008/01/eamcs.html
emacs wiki
http://www.emacswiki.org/
GNU Emacs on Windows
http://yehnan.blogspot.com/2010/06/gnu-emacs-on-windows.html
emacs 基本入門
http://homepage.mac.com/yenlung/WebWiki/EmacsNotes.html
emacs 快速入門
http://www.study-area.org/cyril/opentools/opentools/x42.html
訂閱:
文章 (Atom)



