mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Make docs for CLionConfiguration more understandable
This commit is contained in:
parent
26d7261347
commit
2c042e3530
Notes:
sideshowbarker
2024-07-18 07:32:57 +09:00
Author: https://github.com/Janiczek 🔰 Commit: https://github.com/SerenityOS/serenity/commit/2c042e35300 Pull-request: https://github.com/SerenityOS/serenity/pull/9133
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…
Reference in a new issue