Show page source of 依存ライブラリ #105889

= 依存ライブラリ
== 依存ライブラリ
=== コアライブラリのビルドに必要なライブラリ
 * boost 1.69.0 : http://www.boost.org/
 * wxWidgets 2.8.12 : http://www.wxwidgets.org/
 * xerces-c 3.1.3 : http://xerces.apache.org/xerces-c/
 * crypto++ 5.6.3 : http://www.cryptopp.com/

=== プラグインのビルドに必要なライブラリ
 * zlib 1.2.5 (*) for mxXML IO Plugin, etc: http://www.zlib.net/
 * 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 and MATLAB Compiler to build Mspeaks/Mslowess/MsbackadjBaselineDetection Plug-in: http://www.mathworks.com/products/compiler/

== 依存ライブラリのビルド

=== 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) にセットする。
 3. src/msw/window.cpp の 110 行目をコメントアウト( pbt.h をインクルードしない)