Skip to content

Instantly share code, notes, and snippets.

@Ashraf-wan
Created February 5, 2022 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ashraf-wan/7ed1fb208438dcd387835b7fe82d609a to your computer and use it in GitHub Desktop.
Save Ashraf-wan/7ed1fb208438dcd387835b7fe82d609a to your computer and use it in GitHub Desktop.
Panda3d installer for raspberry pi
sudo apt install build-essential libavformat-dev libavcodec-dev libswscale-dev libsquish-dev libeigen3-dev libopenal-dev libfreetype6-dev zlib1g-dev libx11-dev libjpeg-dev libvorbis-dev libogg-dev libassimp-dev libode-dev libssl-dev libgles2-mesa-dev -y
git clone https://github.com/panda3d/panda3d.git
cd panda3d
python3 makepanda/makepanda.py --everything --installer --threads=2 --use-gles2
sudo dpkg -i panda3d1.11_1.11.0_armhf.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment