Changes between Initial Version and Version 1 of DevEnvMac_cfgbuild


Ignore:
Timestamp:
Dec 21, 2014, 4:07:09 PM (9 years ago)
Author:
ertl-yutaka
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevEnvMac_cfgbuild

    v1 v1  
     1= Mac OS X 用cfg をソースからビルドする =
     2 * boostライブラリのインストール
     3
     4{{{
     5$ port install boost
     6}}}
     7 * cfg のビルド
     8
     9{{{
     10$ cd hrp2/cfg
     11$ ./configure --with-headers=/opt/local/include --with-libraries=/opt/local/lib --without-xml
     12$ make depend; make
     13}}}