From fab633041535f641e54b0db860744e87eec9d20a Mon Sep 17 00:00:00 2001 From: KDruzhkin Date: Wed, 29 May 2024 14:39:00 +0300 Subject: [PATCH] mention `make` and `cmake` in the guide --- docs/development/contributing/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development/contributing/index.md b/docs/development/contributing/index.md index 2aa65ed0fa5e..00bb7ea22b93 100644 --- a/docs/development/contributing/index.md +++ b/docs/development/contributing/index.md @@ -49,6 +49,7 @@ If you run into problems, please contact us on [Discord](https://discord.gg/4UfP If you are a Windows user, the steps below might not work as expected. Try developing using [WSL](https://learn.microsoft.com/en-us/windows/wsl/install). + If this is not an option, consider using [Scoop](https://scoop.sh/) or [Chocolatey](https://chocolatey.org/) to install `make`, `cmake` and other missing tools. Under native Windows, you may have to manually copy the contents of `toolchain.toml` to `py-polars/toolchain.toml`, as Git for Windows may not correctly handle symbolic links. #### Configuring Git