From 5128fc3a88851f7e78af2307170ea555ab3622ce Mon Sep 17 00:00:00 2001 From: Benau Date: Thu, 17 Mar 2022 14:30:21 +0800 Subject: [PATCH] Add link to download python for windows --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 33b869440..087f9ed0c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -137,7 +137,7 @@ location, specify `CMAKE_INSTALL_PREFIX` when running cmake, e.g.: ## Building SuperTuxKart on Windows -To Build SuperTuxKart on Windows, follow these instructions: +To Build SuperTuxKart on Windows, first you need to install [Python](https://www.python.org/downloads/windows/) for [shaderc](https://github.com/google/shaderc) used by SuperTuxKart, after installing Python (if needed) follow these instructions: 1. Download and install Visual Studio from here: [Visual Studio - Download](https://www.visualstudio.com/downloads/). The free Visual Studio Community edition works fine. Remember to select "Desktop development with C++" in the installer.