Can I build project with WSL?

Answered

Is it possible to write source file on Windows and build/run it on WSL Linux?(like CLion)

0
4 comments

See https://youtrack.jetbrains.com/issue/IDEA-110822. You can run/debug on the remote machine, but building would be local.

0
Avatar
Permanently deleted user

I've found Run | Edit Configurations | Remote option. Can I run/debug the project with this?

0
Avatar
Permanently deleted user

@Blackj0221 - I'm running the Linux version of CLion on Windows WSL (with Vcxsrv as my X server). I'm able to debug Rust this way, using a pure Linux toolchain. It seems to work pretty well.

0

Please sign in to leave a comment.