how to set up the same bazel project on windows?
Answered
Hi,
On my ubuntu/linux system, the bazel/clion works well with most of the features, and at home or on my laptop, it's a windows operating system.
and I just wanted to use clion as the navigation purpose and modify code, and upload the code to the server(ubuntu)
however, it seems it will not build the symbols for the project on windows?
how do I use the clion on different os based some code with bazel
Please sign in to leave a comment.
Hello! The Bazel plugin is implemented and supported by Google. Feel free to ask questions and report issues in the plugin's tracker: https://github.com/bazelbuild/intellij/issues.
As far as I know, Windows is not officially supported by Bazel plugin yet - https://github.com/bazelbuild/intellij/issues/113. However in this comment a user states that he managed to build a Bazel's project on Windows using a workaround.