From e4a187f7adcf075bba6f3d118146636b2937bbd3 Mon Sep 17 00:00:00 2001 From: Roeland Jansen Date: Tue, 4 May 2021 09:31:12 +0200 Subject: [PATCH] small changes where to find the release; removed the src/build target directory requirement as the release unpacks in ./dist --- INSTALL_PREBUILT_BINARY.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL_PREBUILT_BINARY.md b/INSTALL_PREBUILT_BINARY.md index 980ee71..84dc592 100644 --- a/INSTALL_PREBUILT_BINARY.md +++ b/INSTALL_PREBUILT_BINARY.md @@ -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.