Boost.Regexライブラリ作成メモ

  1. C:\Program Files\Microsoft Visual Studio 8\VC\binにパスを通す
  2. DOSプロンプトを起動してC:\Program Files\boost\boost_1_34_1\libs\regex\buildに移動する
  3. vcvars32.batを実行する
  4. nmake -f vc8.mak を実行する
  5. nmake -f vc8.mak installを実行する

boost_1_34_1を使用しているとlibファイルが無い、と怒られるので
boost_1_34_0を使用すると怒られなくて済む

参考
http://boost.cppll.jp/HEAD/libs/regex/doc/install.html
http://gimite.net/behind/regex.htm
http://otfans.net/showthread.php?t=99661