mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:07:35 +00:00
Docs: Update CLion configuration for WSL
In CLion on Windows subsystem for linux (WSL) we need to set up a CLion toolchain so that the IDE can find the correct CMake.
This commit is contained in:
parent
ae9c6a9ded
commit
78bc84c2d8
1 changed files with 7 additions and 0 deletions
|
@ -79,6 +79,13 @@ Finally, to quickly switch between the two different contexts, simply click the
|
||||||
|
|
||||||
## Notes for WSL Users
|
## Notes for WSL Users
|
||||||
|
|
||||||
|
### Toolchain
|
||||||
|
|
||||||
|
If the serenity directory is on the WSL filesystem you need to configure the CLion toolchain to be WSL.
|
||||||
|
To set that up go to `File->Settings->Build, Execution, Deployment->Toolchains` and click on the `+` icon, then select WSL. In `Toolset` select the distribution you have the serenity directory on.
|
||||||
|
|
||||||
|
### Terminal
|
||||||
|
|
||||||
It is possible to set the embedded terminal in CLion to the one that your WSL distribution provides.
|
It is possible to set the embedded terminal in CLion to the one that your WSL distribution provides.
|
||||||
This way you can build and run serenity without leaving the IDE.
|
This way you can build and run serenity without leaving the IDE.
|
||||||
Note that following will only help if you don't use an X-window server to access qemu.
|
Note that following will only help if you don't use an X-window server to access qemu.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue