byobu는 내가 쓰는 macport에서는 package로 제공되지 않는구나. Orz
homebrew에서는 지원되는듯...
여튼 아래에 설치로그를 남긴다.
$ git checkout https://github.com/dustinkirkland/byobu.git
......
$ cd byobu
$ autoreconf -i
configure.ac:6: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:6: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
Makefile.am: error: required file './ChangeLog' not found
autoreconf: /opt/local/bin/automake failed with exit status: 1
$ touch ChangeLog
$ autoreconf -i
......
$ make
......
$ byobu
readlink: illegal option -- f
......
$ sudo port install tmux coreutils
......
$ byobu
--> success!!
ref: http://apple.stackexchange.com/questions/64395/byobu-using-invalid-readlink-f-option-on-os-x-mountain-lion
happy hackin'