Skip to content

Instantly share code, notes, and snippets.

@bartvdbraak
Last active May 24, 2024 15:39
Show Gist options
  • Save bartvdbraak/c3f791f1bdab987cc3cee3ae15741137 to your computer and use it in GitHub Desktop.
Save bartvdbraak/c3f791f1bdab987cc3cee3ae15741137 to your computer and use it in GitHub Desktop.
Rocky Linux 8 commands to bootstrap for Blender compilation
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