Stream: beginners

Topic: development on windows


view this post on Zulip itmuckel (Mar 31 2023 at 10:29):

Hi! How do you develop on Windows? How do you get to run your IDE inside of an nix develop shell in WSL2? Do you just install all dependencies natively to get full speed outside of WSL2? @Folkert de Vries

view this post on Zulip itmuckel (Mar 31 2023 at 10:36):

asked differently: Can I get away without compiling llvm? :tear:

view this post on Zulip Folkert de Vries (Mar 31 2023 at 10:38):

yes, you just have to download it

view this post on Zulip Folkert de Vries (Mar 31 2023 at 10:39):

BUILDING_FROM_SOURCE.md has a section ### LLVM installation on Windows

view this post on Zulip itmuckel (Mar 31 2023 at 10:55):

Oh, missed that file. It works now, thanks! :)


Last updated: Jul 05 2025 at 12:14 UTC