A quick-n-dirty README.md file based on some conversation on the 1bitsquared discord.
Add README.md #14
Only seen the one thing that could do with tweaking and it's only because of some debugging we did today. Otherwise this looks good to merge as-is.
@ -0,0 +23,4 @@
> [!NOTE]
> Some newer versions of meson have changed the syntax of the build script which will cause errors during this step. You may need to modify the script
as follows: Find the line in the file `meson.build` with `'b_debug=if-release'` and change it to `'debug=false'` and try rerunning the setup command.
Some further debugging turned up that the option is actually b_ndebug - so, we'll make a commit changing the b_debug line to b_ndebug=if-release which works and is fine. Till we do that, the advice should be to correct the option name.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?