Actions

Difference between revisions of "Mac-Homebrew-Installation"

From Lrose Wiki

(Created page with "= How to install LROSE-CORE on Mac? = 1. Download, install, and run '''[https://brew.sh/ Homebrew]''' 2. Download the LROSE-core formula '''[https://github.com/NCAR/lrose-co...")
 
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= How to install LROSE-CORE on 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-20200609/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]'''
 +
 
  
 
3. In a terminal, install lrose-core:
 
3. In a terminal, install lrose-core:
Line 9: Line 11:
 
: <code lang="bash"> brew install lrose-core.rb </code>
 
: <code lang="bash"> brew install lrose-core.rb </code>
  
: There are three disk images for MacOS:
 
  
* '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200609/vortrac.dmg vortrac.dmg]''' : Vortex Object Radar Tracking and Circulation
+
<blockquote style="color: grey; border: solid thin gray;">
* '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200609/HawkEye.dmg HawkEye.dmg]''': HawkEye polar radar display
+
'''Important Note:''' If users have the previous versions of lrose installed, please uninstall them first before install the new version.
* '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200609/HawkEye-Elle.dmg HawkEye-Elle.dmg]''': HawkEye with soloii-like editing capability
+
: <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. However, these tools depend on installing lrose-core first.
 +
 
 +
* '''[http://wiki.lrose.net/index.php/HawkEye HawkEye]''' installation:
 +
: 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_Elle.dmg HawkEye-Elle.dmg]''': HawkEye with soloii-like editing capability
 +
 
 +
 
 +
'''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:
 +
: 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 lrose-vortrac formula '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/lrose-vortrac.rb lrose-vortrac.rb]'''
 +
:: In a terminal, type:
 +
:: <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. '''
 +
 
 +
 
 +
* '''[http://wiki.lrose.net/index.php/SAMURAI SAMURAI]''' (Variational multi-Doppler retrieval and analysis package) installation:
 +
** Download the lrose-samurai formula '''[https://github.com/NCAR/lrose-core/releases/download/lrose-core-20200701/lrose-samurai.rb lrose-samurai.rb]'''
 +
** In a terminal, type:
 +
:: <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/]'''
 +
 
 +
 
 +
* '''[http://wiki.lrose.net/index.php/FRACTL FRACTL]''' (Fast Reorder and CEDRIC Technique in LROSE multi-Doppler retrieval) installation:
 +
** 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:
 +
:: <code lang="bash"> brew install lrose-fractl.rb </code>
 +
 
  
4. You are done with installation! Go to the '''[http://wiki.lrose.net/index.php/Main_Page#Convert documentation]''' to learn how to run LROSE-Elle!
+
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!