From 808fd67fcba6bb6834b521ee77787f474ce5e343 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 16 Dec 2023 16:29:07 -0500 Subject: [PATCH] Tools/setup: macos.sh add python-tk for kconfig gui (boardguiconfig) --- Tools/setup/macos.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/setup/macos.sh b/Tools/setup/macos.sh index f2c64483be..f0686ab6d4 100755 --- a/Tools/setup/macos.sh +++ b/Tools/setup/macos.sh @@ -34,6 +34,7 @@ if [[ $REINSTALL_FORMULAS == "--reinstall" ]]; then brew tap PX4/px4 brew reinstall px4-dev brew install ncurses + brew install python-tk else if brew ls --versions px4-dev > /dev/null; then echo "px4-dev already installed" @@ -42,6 +43,7 @@ else brew tap PX4/px4 brew install px4-dev brew install ncurses + brew install python-tk fi fi