Last active
May 24, 2024 15:39
-
-
Save bartvdbraak/c3f791f1bdab987cc3cee3ae15741137 to your computer and use it in GitHub Desktop.
Rocky Linux 8 commands to bootstrap for Blender compilation
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
curl https://projects.blender.org/blender/blender/raw/branch/main/build_files/build_environment/linux/linux_rocky8_setup.sh -o linux_rocky8_setup.sh | |
chmod +x linux_rocky8_setup.sh | |
sudo ./linux_rocky8_setup.sh | |
echo "source scl_source enable gcc-toolset-11" | sudo tee -a /etc/profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment