This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PREFIX=~/work | |
| BENTO4_HEAD=1-4-3-607 | |
| # Installing Bento4 | |
| cd ${PREFIX} | |
| wget http://sourceforge.net/projects/bento4/files/Bento4-SRC-1-4-3-607.zip | |
| unzip Bento4-SRC-${BENTO4_HEAD}.zip | |
| rm Bento4-SRC-${BENTO4_HEAD}.zip | |
| cd Bento4-SRC-${BENTO4_HEAD} | |
| scons -u build_config=Release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Mac新增hotkey for app launch | |
| http://computers.tutsplus.com/tutorials/how-to-launch-any-app-with-a-keyboard-shortcut--mac-31463 | |
| 2. iTerm安裝設定 | |
| http://blog.littlelin.info/posts/2014/01/05/mac-os-x-command-line-environment-setup | |
| 3. bashrc設定 | |
| http://coder.aqualuna.me/2012/03/bashrc-in-mac-terminal-os-x-lion.html | |
| https://www.maketecheasier.com/8-useful-and-interesting-bash-prompts |