howtos:how_to_install_hec-ras_on_linux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howtos:how_to_install_hec-ras_on_linux [2024-07-21 09:40 am] – hcho | howtos:how_to_install_hec-ras_on_linux [2026-04-09 12:35 am] (current) – hcho | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Login to the Linux machine. In this example, we use NMSU's Discovery node '' | Login to the Linux machine. In this example, we use NMSU's Discovery node '' | ||
| <code bash> | <code bash> | ||
| - | ssh discovery-l2 | + | # connect to the NMSU network using either Wi-Fi or VPN |
| + | ssh NMSU_username@discovery-l2 | ||
| # type your NMSU password | # type your NMSU password | ||
| </ | </ | ||
| Line 16: | Line 17: | ||
| Uncompress the downloaded file. | Uncompress the downloaded file. | ||
| <code bash> | <code bash> | ||
| - | mkdir -p ~/usr/local/opt | + | mkdir -p ~/opt |
| - | cd ~/usr/local/opt | + | cd ~/opt |
| unzip ~/ | unzip ~/ | ||
| mv HEC-RAS_610_Linux hecras | mv HEC-RAS_610_Linux hecras | ||
| Line 28: | Line 29: | ||
| </ | </ | ||
| - | Move binaries and libraries to '' | + | Move binaries and libraries to '' |
| <code bash> | <code bash> | ||
| mv RAS_Linux_test_setup/ | mv RAS_Linux_test_setup/ | ||
| Line 35: | Line 36: | ||
| </ | </ | ||
| - | Set up environment variables for HEC-RAS. Don't type it; copy-paste | + | Set up environment variables for HEC-RAS. Don't type it; copy-paste |
| <code bash> | <code bash> | ||
| cat << ' | cat << ' | ||
| # HEC-RAS | # HEC-RAS | ||
| - | export PATH=" | + | export PATH=" |
| - | export LD_LIBRARY_PATH=" | + | export LD_LIBRARY_PATH=" |
| EOT | EOT | ||
howtos/how_to_install_hec-ras_on_linux.1721576442.txt.gz · Last modified: by hcho
