1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

Documentation: Update required GCC version to >= 10

I initially thought as long as Lagom is not built >= 9 would be fine,
but LagomCore is always built for the code generators.
This commit is contained in:
Linus Groh 2020-11-07 17:16:53 +00:00 committed by Andreas Kling
parent 02d6252949
commit 2c9e6585f8
2 changed files with 7 additions and 11 deletions

View file

@ -8,10 +8,6 @@ If you want to bring the comfortable Serenity classes with you to another system
*Lagom* is a Swedish word that means "just the right amount." ([Wikipedia](https://en.wikipedia.org/wiki/Lagom))
## Prerequisites
You'll need a compiler as capable as the one used for the toolchain - which might differ from the compiler you used *to compile* the toolchain. Check `GCC_VERSION` in [`BuildIt.sh`](../../Toolchain/BuildIt.sh).
## Fuzzing
Lagom can be used to fuzz parts of SerenityOS's code base. This requires buildling with `clang`, so it's convenient to use a different build directory for that. Run CMake like this: