mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
Documentation: Make docs for CLionConfiguration more understandable
This commit is contained in:
parent
26d7261347
commit
2c042e3530
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ After opening the `serenity` repository in CLion as a new project, the "`Open Pr
|
|||
|
||||
`CMake Options`: `-G Ninja -DBUILD_LAGOM=ON -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10`
|
||||
|
||||
> The `gcc-10` and `g++-10` are not special-meaning strings, they're paths to your GCC compiler executables, and should be findable through `PATH`. It is entirely possible you might have to instead use something like `-DCMAKE_C_COMPILER=/opt/homebrew/bin/gcc-11 -DCMAKE_CXX_COMPILER=/opt/homebrew/bin/g++-11` instead of the above.
|
||||
|
||||
`Build Directory`: `Build/i686`
|
||||
|
||||
> _If you have not built the Toolchain at this point, please do so: `./Toolchain/BuildIt.sh`_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue