wiki:DevEnvMac_cfgbuild

Version 1 (modified by ertl-yutaka, 9 years ago) ( diff )

--

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
Note: See TracWiki for help on using the wiki.