From 399153df9bba1e6770bdc56d1f0eb41adc49c205 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Fri, 21 Oct 2022 08:19:46 -0500 Subject: [PATCH] Add bootstrap info to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 09e5372e7..754d423f4 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ Recompiling Hamlib is entirely developed using GNU tools, under various Linux systems. The library may be recompiled by the familiar "three step": +Note: if ./configure does not exist run ./bootstrap first + ./configure make sudo make install