mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-06-08 07:45:00 +08:00
remove dead mull stuff (#2208)
* remove dead mull stuff * rm clang * fix
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -9,11 +9,11 @@ PLATFORM=$(uname -s)
|
||||
echo "installing dependencies"
|
||||
if [[ $PLATFORM == "Darwin" ]]; then
|
||||
brew install --cask gcc-arm-embedded
|
||||
brew install python3 dfu-util gcc@13
|
||||
brew install python3 gcc@13
|
||||
elif [[ $PLATFORM == "Linux" ]]; then
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
make g++ git libnewlib-arm-none-eabi \
|
||||
dfu-util gcc-arm-none-eabi python3-pip libffi-dev clang-17 python3
|
||||
gcc-arm-none-eabi python3-pip
|
||||
else
|
||||
echo "WARNING: unsupported platform. skipping apt/brew install."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user