small changes where to find the release; removed the src/build target directory requirement as the release unpacks in ./dist

merge-requests/3/head
Roeland Jansen 2021-05-04 09:31:12 +02:00
rodzic 46421f72d2
commit e4a187f7ad
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -31,10 +31,10 @@ Ubuntu 20.04.2
### for all, the following is appicable:
~~~
mkdir -p ~/src/build
cd ~/src/build
wget https://wfview.org/downloads/latest.tar.gz (filepath/name tbd -- currently: mail roeland, pa3met for files)
tar zxvf latest.tar.gz
download the tar.gz file here: https://wfview.org/download/test-linux-build/
tar zxvf latest.tar.gz (it unpacks in ./dist)
cd dist
sudo ./install.sh
~~~
this will install the binary and a few other files to your system.