11.5 Update Source (Public Testing)
I'm happy to announce that the 11.5 source branch (update_sources_11.5_alpharelease1) is now ready for users to publicly test!
How to build 11.5 Update from source
The instructions are pretty much the same as the normal instructions, but with one additional step. Inside the cloned darling folder, run the following commands:
rm -rf build
git fetch 
git checkout update_sources_11.5_alpharelease1
git submodule update --init --recursiveAfter that, you can follow the usual steps in the darling docs to build darling.
DISCLAIMER: This build is very experimental compared to the normal alpha build from the master branch. There are a lot of stuff that have not been tested in this release. If you are not interested in doing regression testing, we recommend you stick with the master branch.