NCAR / lrose-core

Core C/C++ code for LROSE.
https://www.eol.ucar.edu/content/lidar-radar-open-software-environment
Other
92 stars 51 forks source link

[WIP] Windows support for Radx #11

Open jbuonagurio opened 7 years ago

jbuonagurio commented 7 years ago

This adds support for building a native Radx library for Windows using MSVC 14.0 (Visual Studio 2015) and CMake. I am currently able to build Ncxx and Radx as static libraries and use basic functions as in RadxTest.cc.

Other than the build system, few changes needed to be made, summarized below:

I am using the following versions of external dependencies, all built as static libraries in release mode with CMake:

Also required is an implementation of pthreads for Win32. I am using pthreads-win32 from sourceware.org.

Remaining items:

This work is still at an early stage, but review and comments on this pull request are much appreciated.

Thank you for your work on this nice library and making it available to the weather community.

John

leavesntwigs commented 7 years ago

Thank you for all the work in porting the code to a Windows platform!