= 依存ライブラリ
== 依存ライブラリ
=== コアライブラリのビルドに必要なライブラリ
* boost 1.43.0 : http://www.boost.org/
* cairo 1.8.10 : http://cairographics.org/
* wxWidgets 2.8.11 : http://www.wxwidgets.org/
* xerces-c 3.1.1 : http://xerces.apache.org/xerces-c/
* zlib 1.2.5 : http://www.zlib.net/
* crypto++ 5.6.2 : http://www.cryptopp.com/
* Google C++ Testing Framework 1.7.0 : https://code.google.com/p/googletest/
=== プラグインのビルドに必要なライブラリ
* sqlite 3.6.23 for SQLite Plug-in : http://www.sqlite.org/
* PostgreSQL for PostgreSQL Plug-in: http://www.postgresql.org/
* Mascot Parser 2.5.02(or more) for Mascot Search Plug-in: http://www.matrixscience.com/msparser.html
* netcdf 3.6.1 for AIA Plug-in: http://www.unidata.ucar.edu/software/netcdf/
* MATLAB Runtime 2013a for Mspeaks Plug-in (32bit only): http://www.mathworks.com/products/compiler/mcr/
== 依存ライブラリのビルド
=== wxWidgets
1. ${wx-src}]\include\wx\msw\setup.h にて "#define wxUSE_GLCANVAS 1"とする
2. ${wx-src}]\build\msw\config.vcにて、 SHARED の値を 1 (SHARED = 1)、USE_OPENGL の値を 1 (USE_OPENGL = 1) にセットする。