From 483d73689ddf43eb00fb61e35b40974ae11871ca Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 25 Mar 2026 14:22:54 -0600 Subject: [PATCH] another fix for direwolf --- compile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.conf b/compile.conf index 9a90768..c2e5136 100644 --- a/compile.conf +++ b/compile.conf @@ -2,7 +2,7 @@ version=1.8.1 git=https://github.com/wb2osz/direwolf.git install=$HOME/.local/bin/direwolf -steps=mkdir build, cd build, cmake .., make -j4, make install +steps=mkdir build, cd build, cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.local, make -j4, make install [QtTermTCP] version=0.39