Skip to content

Commit 095651a

Browse files
authored
Update Cygwin-Build-for-Windows.md
1 parent 907b260 commit 095651a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_docs/Cygwin-Build-for-Windows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The CYGWIN `bash` shell is used for all steps on the command line. It is automat
6262
* openmpi
6363
1. Miscellaneous
6464
* vim (or any other editor in order to be able to edit files)
65+
* rsh
6566
* wget (to be able to download from the command line)
6667
* zlib-devel
6768

@@ -70,7 +71,7 @@ The CYGWIN `bash` shell is used for all steps on the command line. It is automat
7071
> NOTE: Prepend path to `setup-x86_64.exe` (depending where it has been downloaded)
7172
7273
```bash
73-
setup-x86_64.exe -q -P autoconf,autoconf2.5,autogen,automake,automake1.15,libtool,make,gcc-g++,mingw64-x86_64-gcc-core,mingw64-x86_64-gcc-g++,python37,python37-devel,python3-configobj,libopenmpi-devel,openmpi,vim,wget,zlib-devel
74+
setup-x86_64.exe -q -P autoconf,autoconf2.5,autogen,automake,automake1.15,libtool,make,gcc-g++,mingw64-x86_64-gcc-core,mingw64-x86_64-gcc-g++,python37,python37-devel,python3-configobj,libopenmpi-devel,openmpi,vim,rsh,wget,zlib-devel
7475
```
7576

7677
1. Configure CYGWINs default mount point (optional, but following steps use a syntax relying on this)

0 commit comments

Comments
 (0)