= Mac OS X 用cfg をソースからビルドする = * boostライブラリのインストール {{{ $ port install boost }}} * cfg のビルド {{{ $ cd hrp2/cfg $ ./configure --with-headers=/opt/local/include --with-libraries=/opt/local/lib --without-xml $ make depend; make }}}