Actions

Difference between revisions of "Mac-Homebrew-Installation"

From Lrose Wiki

 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== How to install LROSE on a Mac? ==
+
=== '''How to install LROSE on a Mac?''' ===
 
 
  
 
1. Download, install, and run '''[https://brew.sh/ Homebrew]'''
 
1. Download, install, and run '''[https://brew.sh/ Homebrew]'''
  
  
2. Download the LROSE-core formula '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/lrose-core.rb lrose-core.rb]'''
+
2. Download the LROSE-core formula '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20210216/lrose-core.rb lrose-core.rb]'''
  
  
Line 13: Line 12:
  
  
== HawkEye and wind tools (VORTRAC, SAMURAI, FRACTL) installation==
+
<blockquote style="color: grey; border: solid thin gray;">
 +
'''Important Note:''' If users have the previous versions of lrose installed, please uninstall them first before install the new version.
 +
: <code lang="bash"> brew uninstall lrose-core </code>
 +
: <code lang="bash"> brew uninstall lrose-cyclone </code>
 +
: <code lang="bash"> brew uninstall lrose-blaze </code>
 +
</blockquote>
 +
 
 +
=== '''HawkEye and wind tools (VORTRAC, SAMURAI, FRACTL) installation''' ===
  
Users are not required to install HawkEye, VORTRAC, SAMURAI, and FRACTL to run LROSE, unless users are in need of these tools.
+
Users are not required to install HawkEye, VORTRAC, SAMURAI, and FRACTL to run LROSE, unless users are in need of these tools. However, these tools depend on installing lrose-core first.
  
 
* '''[http://wiki.lrose.net/index.php/HawkEye HawkEye]''' installation:
 
* '''[http://wiki.lrose.net/index.php/HawkEye HawkEye]''' installation:
Line 21: Line 27:
  
 
** '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/HawkEye.dmg HawkEye.dmg]''': HawkEye polar radar display
 
** '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/HawkEye.dmg HawkEye.dmg]''': HawkEye polar radar display
** '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/HawkEye-Elle.dmg HawkEye-Elle.dmg]''': HawkEye with soloii-like editing capability
+
** '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/HawkEye_Elle.dmg HawkEye-Elle.dmg]''': HawkEye with soloii-like editing capability
  
  
Line 54: Line 60:
  
  
You are done with the installation! Go to the '''[http://wiki.lrose.net/index.php/Main_Page#Convert documentation]''' to learn how to run LROSE tools!
+
4. You are done with the installation! The LROSE apps will be under: <code lang="bash">/usr/local/bin/RadxConvert </code>. Go to the '''[http://wiki.lrose.net/index.php/Main_Page#Convert documentation]''' to learn how to run LROSE tools!

Latest revision as of 20:57, 24 February 2021

How to install LROSE on a Mac?

1. Download, install, and run Homebrew


2. Download the LROSE-core formula lrose-core.rb


3. In a terminal, install lrose-core:

brew install lrose-core.rb


Important Note: If users have the previous versions of lrose installed, please uninstall them first before install the new version.

brew uninstall lrose-core
brew uninstall lrose-cyclone
brew uninstall lrose-blaze

HawkEye and wind tools (VORTRAC, SAMURAI, FRACTL) installation

Users are not required to install HawkEye, VORTRAC, SAMURAI, and FRACTL to run LROSE, unless users are in need of these tools. However, these tools depend on installing lrose-core first.

Download the disk images:


Important Note: All disk images are only for MacOS 10.15.


  • VORTRAC (Vortex Object Radar Tracking and Circulation) installation:
There are two ways to install VORTRAC:
In a terminal, type:
brew install lrose-vortrac.rb
The code for VORTRAC can be found at: https://github.com/mmbell/vortrac/

Users are suggested to install VORTRAC via lrose-vortrac formula if their MacOS systems are below 10.15.


  • SAMURAI (Variational multi-Doppler retrieval and analysis package) installation:
brew install lrose-samurai.rb
The code for SAMURAI can be found at: https://github.com/mmbell/samurai/


  • FRACTL (Fast Reorder and CEDRIC Technique in LROSE multi-Doppler retrieval) installation:
brew install lrose-fractl.rb


4. You are done with the installation! The LROSE apps will be under: /usr/local/bin/RadxConvert . Go to the documentation to learn how to run LROSE tools!