Actions

Mac-Build

From Lrose Wiki

Revision as of 17:18, 2 July 2020 by Tingyucha (talk | contribs) (→‎How to install LROSE source on a Mac?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to install LROSE source on a Mac?

1. Download the lrose-core-20200701.src.mac_osx.tgz tar file.

2. Build LROSE by running the python script:

  • Untar
tar xvfz lrose-core-20200701.src.mac_osx.tgz
  • To build and install into the default directory: /usr/local/lrose
cd lrose-core-20200701.src.mac_osx
./build_src_release.py
Or set an install directory:
./build_src_release.py --prefix /my/install/dir


3. You are done with the lrose installation! Check HawkEye and Wind tools installation if you are in need of these tools, otherwise go to the documentation to learn how to run LROSE tools!