Created
February 5, 2022 09:27
-
-
Save Ashraf-wan/7ed1fb208438dcd387835b7fe82d609a to your computer and use it in GitHub Desktop.
Panda3d installer for raspberry pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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