Actions

Difference between revisions of "Mac-Homebrew-Installation"

From Lrose Wiki

 
(9 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:
  
  
== Wind tools (SAMURAI, FRACTL, and VORTRAC) and HawkEye 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>
  
Users are not required to install SAMURAI, FRACTL, VORTRAC, and HawkEye to run LROSE, unless users are in need of these tools.
+
=== '''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.
  
 
* '''[http://wiki.lrose.net/index.php/HawkEye HawkEye]''' installation:
 
* '''[http://wiki.lrose.net/index.php/HawkEye HawkEye]''' installation:
 
: Download the disk images:
 
: Download the disk images:
 +
 
** '''[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
 +
 
  
 
'''Important Note: All disk images are only for MacOS 10.15. '''
 
'''Important Note: All disk images are only for MacOS 10.15. '''
 +
  
 
* '''[http://wiki.lrose.net/index.php/VORTRAC VORTRAC]''' (Vortex Object Radar Tracking and Circulation) installation:
 
* '''[http://wiki.lrose.net/index.php/VORTRAC VORTRAC]''' (Vortex Object Radar Tracking and Circulation) installation:
 
: There are two ways to install VORTRAC:
 
: There are two ways to install VORTRAC:
 +
 
** Download the disk image: '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/vortrac.dmg vortrac.dmg]'''
 
** Download the disk image: '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/vortrac.dmg vortrac.dmg]'''
 
** Download the lrose-vortrac formula '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/lrose-vortrac.rb lrose-vortrac.rb]'''
 
** Download the lrose-vortrac formula '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/lrose-vortrac.rb lrose-vortrac.rb]'''
 
:: In a terminal, type:
 
:: In a terminal, type:
 
:: <code lang="bash"> brew install lrose-vortrac.rb </code>
 
:: <code lang="bash"> brew install lrose-vortrac.rb </code>
 +
 +
: The code for VORTRAC can be found at: '''[https://github.com/mmbell/vortrac/ https://github.com/mmbell/vortrac/]'''
  
 
'''Users are suggested to install VORTRAC via lrose-vortrac formula if their MacOS systems are below 10.15. '''
 
'''Users are suggested to install VORTRAC via lrose-vortrac formula if their MacOS systems are below 10.15. '''
 +
  
 
* '''[http://wiki.lrose.net/index.php/SAMURAI SAMURAI]''' (Variational multi-Doppler retrieval and analysis package) installation:
 
* '''[http://wiki.lrose.net/index.php/SAMURAI SAMURAI]''' (Variational multi-Doppler retrieval and analysis package) installation:
Line 37: Line 50:
 
** In a terminal, type:
 
** In a terminal, type:
 
:: <code lang="bash"> brew install lrose-samurai.rb </code>
 
:: <code lang="bash"> brew install lrose-samurai.rb </code>
 +
 +
: The code for SAMURAI can be found at: '''[https://github.com/mmbell/samurai/ https://github.com/mmbell/samurai/]'''
  
  
Line 42: Line 57:
 
** Download the lrose-samurai formula '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/lrose-fractl.rb lrose-fractl.rb]'''
 
** Download the lrose-samurai formula '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/lrose-fractl.rb lrose-fractl.rb]'''
 
** In a terminal, type:
 
** In a terminal, type:
:: <code lang="bash"> brew install lrose-samurai.rb </code>
+
:: <code lang="bash"> brew install lrose-fractl.rb </code>
  
  
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!