Skip to content

Commit

Permalink
Fix arm package install script
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang98 committed Jul 10, 2023
1 parent c54d7e1 commit 6e51f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/arm/install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ sudo apt-get --yes update
sudo apt-get --yes install libllvm15:arm64
sudo apt-get --yes install libgl1-mesa-dri:arm64
sudo apt-get --yes install libglfw3-dev:arm64 libopengl-dev:arm64
sudo apt-get --yes libportaudio2:arm64 portaudio19-dev:arm64 librtlsdr-dev:arm64 libfftw3-dev:arm64 libfftw3-single3:arm64
sudo apt-get --yes install libportaudio2:arm64 portaudio19-dev:arm64 librtlsdr-dev:arm64 libfftw3-dev:arm64 libfftw3-single3:arm64

0 comments on commit 6e51f54

Please sign in to comment.