Simple scipts for arch linux to load, setup and check requirements for first-time setup of blender locally from the forked repo.
Assume the script to be in ~/projects/blender/scripts
will form directory structure as below . ├── blender-forked_repo ├── build └── scripts
4 directories, 0 files
uses Ninja for build
WARNING Add the extra file from build folder to root folder for clangd LSP help.
why needed this
Was setting up my new pc and wanted to automate this little work as took quite a time to download and build on my system so tried to skip it with small scripts.