Added installation steps for windows/ubuntu
This commit is contained in:
parent
670dff15c6
commit
5996bae1ca
29
README.md
29
README.md
@ -6,6 +6,35 @@ This is the improved version of my [first attempt](https://www.github.com/jankae
|
||||
|
||||

|
||||
|
||||
## GUI Installation
|
||||
|
||||
### Windows
|
||||
* Download the latest [Release](https://github.com/jankae/LibreVNA/releases) and unpack the zip file
|
||||
* Start the included LibreVNA-GUI.exe
|
||||
* No installation or driver is required, simply move the extracted folder somewhere convenient
|
||||
|
||||
### Ubuntu
|
||||
* Download the latest [Release](https://github.com/jankae/LibreVNA/releases) and unpack the zip file
|
||||
* Install the required libraries:
|
||||
```console
|
||||
sudo apt install libqt5widgets5
|
||||
```
|
||||
* Install the udev rule (otherwise you don't have the permissions to access the USB device):
|
||||
```console
|
||||
wget https://raw.githubusercontent.com/jankae/LibreVNA/master/Software/PC_Application/51-vna.rules
|
||||
sudo cp 51-vna.rules /etc/udev/rules.d
|
||||
```
|
||||
* Either reboot or reload the udev rules manually:
|
||||
```console
|
||||
sudo udevadm control --reload-rules
|
||||
sudo udevadm trigger
|
||||
```
|
||||
* You can now start GUI:
|
||||
```console
|
||||
cd $UNPACKED_ZIP_FOLDER$
|
||||
./LibreVNA-GUI
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
* You can find released versions of the GUI application and the device firmware [here](https://github.com/jankae/LibreVNA/releases).
|
||||
* If you would like to try out the newest features, the compiled versions of each commit can be found [here](https://github.com/jankae/LibreVNA/actions) (but keep in mind that some features might be unstable or incomplete).
|
||||
|
Loading…
Reference in New Issue
Block a user