The Virtual Toolbox has all the latest LROSE-Cyclone packages installed, with no compilation or dependencies other than Docker required.
docker pull nsflrose/lrose-cyclone
This should pull the latest tag.
cp lrose /usr/local/bin/
chmod +x /usr/local/bin/lrose
For Native applications on the Mac, the recommended method is to use Homebrew. The formula contains all the necessary dependencies and build instructions.
brew install lrose-cyclone.rb
A binary package is available for LROSE core for several Linux versions.
sudo apt install ./lrose_cyclone_ubuntu_16.04.deb
Source compilation on Linux or the Mac is best performed using a supplied Python script. All dependencies should be installed prior to building LROSE-Cyclone.