FreeDATA/tools/Linux
2024-05-02 21:03:04 -04:00
..
install-freedata-linux.sh Remove dependency on distro supplied hamlib library. Add support for Debian 11 and Ubunto 22.04 2024-05-02 13:18:24 -04:00
README.txt Suggested instructions for using the install and run scripts 2024-05-02 21:03:04 -04:00
run-freedata-linux.sh fix header 2024-05-02 13:19:41 -04:00

Suggested instructions for using the install and run scripts.

To install the FreeDATA software:

Open a terminal shell and run the following commands:

mkdir ~/freedata

cd ~/freedata

wget https://raw.githubusercontent.com/DJ2LS/FreeDATA/develop/tools/Linux/install-freedata-linux.sh

wget https://raw.githubusercontent.com/DJ2LS/FreeDATA/develop/tools/Linux/run-freedata-linux.sh

To install from the main FreeDATA branch, run:
bash install-freedata-linux.sh

or to install from the develop FreeDATA branch, run:
bash install-freedata-linux.sh develop


To run the FreeDATA software:

Open a terminal shell and run the following commands:

cd ~/freedata

bash run-freedata-linux.sh