Difference between revisions of "Mac-Homebrew-Installation"
From Lrose Wiki
Line 19: | Line 19: | ||
* '''[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 | ||
Line 28: | Line 29: | ||
* '''[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]''' | ||
Line 44: | Line 46: | ||
** 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- | + | :: <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! | 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! |
Revision as of 16:40, 2 July 2020
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
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.
- HawkEye installation:
- Download the disk images:
- HawkEye.dmg: HawkEye polar radar display
- HawkEye-Elle.dmg: HawkEye with soloii-like editing capability
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:
- Download the disk image: vortrac.dmg
- Download the lrose-vortrac formula lrose-vortrac.rb
- In a terminal, type:
brew install lrose-vortrac.rb
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:
- Download the lrose-samurai formula lrose-samurai.rb
- In a terminal, type:
brew install lrose-samurai.rb
- FRACTL (Fast Reorder and CEDRIC Technique in LROSE multi-Doppler retrieval) installation:
- Download the lrose-samurai formula lrose-fractl.rb
- In a terminal, type:
brew install lrose-fractl.rb
You are done with the installation! Go to the documentation to learn how to run LROSE tools!