wiki:DevEnvMac_cfgbuild

Mac OS X 用cfg をソースからビルドする

  • macport でboostライブラリをインストール
$ sudo port install boost
  • cfg のビルド
$ cd hrp2/cfg
$ ./configure --with-headers=/opt/local/include --with-libraries=/opt/local/lib --without-xml
$ make depend; make

DevEnvMac に戻る

Last modified 9 years ago Last modified on Dec 21, 2014, 4:25:08 PM
Note: See TracWiki for help on using the wiki.