mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
Tools/setup: macos.sh add python-tk for kconfig gui (boardguiconfig)
This commit is contained in:
@@ -34,6 +34,7 @@ if [[ $REINSTALL_FORMULAS == "--reinstall" ]]; then
|
|||||||
brew tap PX4/px4
|
brew tap PX4/px4
|
||||||
brew reinstall px4-dev
|
brew reinstall px4-dev
|
||||||
brew install ncurses
|
brew install ncurses
|
||||||
|
brew install python-tk
|
||||||
else
|
else
|
||||||
if brew ls --versions px4-dev > /dev/null; then
|
if brew ls --versions px4-dev > /dev/null; then
|
||||||
echo "px4-dev already installed"
|
echo "px4-dev already installed"
|
||||||
@@ -42,6 +43,7 @@ else
|
|||||||
brew tap PX4/px4
|
brew tap PX4/px4
|
||||||
brew install px4-dev
|
brew install px4-dev
|
||||||
brew install ncurses
|
brew install ncurses
|
||||||
|
brew install python-tk
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user