From 0b49f569ba0379710dbed571642d084a2aabcb0b Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Thu, 20 Oct 2022 22:35:02 -0500 Subject: [PATCH] Update INSTALL to include directions for git clone https://github.com/Hamlib/Hamlib/issues/1128 --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index 3fabd7a31..d55fed819 100644 --- a/INSTALL +++ b/INSTALL @@ -10,11 +10,16 @@ on. These are generic instructions for people who are not familiar with installing autoconfiguring software (along with some Hamlib-specific information). + The simplest way to compile this package is to enter the source code main directory and do the following: 1. Configure the source code by typing: + If you check out the source code from github you need this step first + $ ./bootstrap + + With the tar file or after the step above from a git clone $ ./configure If configure does not exist you can create it with ./bootstrap