Actions

Difference between revisions of "Mac-Build"

From Lrose Wiki

 
Line 4: Line 4:
 
1. Download the '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/lrose-core-20200701.src.mac_osx.tgz lrose-core-20200701.src.mac_osx.tgz]''' tar file.
 
1. Download the '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/lrose-core-20200701.src.mac_osx.tgz lrose-core-20200701.src.mac_osx.tgz]''' tar file.
  
 +
2. Build LROSE by running the python script:
 +
* Untar
 +
: <code lang="bash"> tar xvfz lrose-core-20200701.src.mac_osx.tgz </code>
  
2. Build LROSE by running the python script:
 
 
* To build and install into the default directory: <code lang="bash">/usr/local/lrose </code>
 
* To build and install into the default directory: <code lang="bash">/usr/local/lrose </code>
 +
: <code lang="bash"> cd lrose-core-20200701.src.mac_osx </code>
 
: <code lang="bash"> ./build_src_release.py </code>
 
: <code lang="bash"> ./build_src_release.py </code>
 
: Or set an install directory:
 
: Or set an install directory:

Latest revision as of 17:18, 2 July 2020

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!