MinGW (3.4.5) binaries of GNU Scientific Library 1.11 for use with MinGW and...
The binaries for GSL 1.12 are provided in this post: MinGW (3.4.5) binaries of GNU Scientific Library 1.12 for use with MinGW and Visual C++ “The GNU Scientific Library (GSL) is a numerical library for...
View ArticleAdding GDI+ headers to MinGW (to compile wxWidgets with wxGraphicsContext...
The GDI+ library is mandatory for wxGraphicsContext support on Win32. This is no problem if you’re using Visual C++, since the SDK provides the headers and import libraries, but for MinGW there are no...
View Articlecmake module to find Gnu Scientific Library, FindGSL.cmake
There is no official FindGSL.cmake module in the cmake distribution to “automagically” find the Gnu Scientific Library on Windows, Linux and Mac OS X. I have written such a module which works for my...
View ArticleAdding doxygen support to CMakeLists.txt
There might be a lot of discussions which build system is the best – I once decided to invest into understanding cmake and never looked back. It’s not perfect, but it’s really easy to set up a build...
View Article