Update README.md

This commit is contained in:
lwvmobile 2022-02-13 18:45:30 -05:00 committed by GitHub
parent f851aef209
commit b679dfc455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,13 @@ wget https://raw.githubusercontent.com/lwvmobile/dsd-fme/master/install.sh
chmod +x install.sh
./install.sh
```
This script will attempt to automatically build and install in Cygwin environments, but the user will be responsible for installing all dependencies, including librtlsdr.
```
wget https://raw.githubusercontent.com/lwvmobile/dsd-fme/master/cygwin_install.sh
chmod +x install.sh
./install.sh
```
Or you can elect to manually follow the steps down below.