• Showing Page History #105881
  • Showing Page History #104142

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

= 依存ライブラリ
== 依存ライブラリ
=== コアライブラリのビルドに必要なライブラリ
 * 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 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) にセットする。