From 369a4558a3d8b0b592c3105875861468b44dd491 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Wed, 11 Dec 2024 13:57:03 +0100 Subject: [PATCH] Remove mention of install_win_reqs.bat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0836d1192..568641489 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ called `hello_world` or `hello_world.exe`depending on platform. #### Compiling on Windows -1. Make sure you have Visual Studio 17 2022 installed or alternatively install the "Buildtools for Visual Studio" (https://aka.ms/vs/17/release/vs_BuildTools.exe) and then select "Desktop development with C++" (there is also `c3c/resources/install_win_reqs.bat` to automate this) +1. Make sure you have Visual Studio 17 2022 installed or alternatively install the "Buildtools for Visual Studio" (https://aka.ms/vs/17/release/vs_BuildTools.exe) and then select "Desktop development with C++" 2. Install CMake 3. Clone the C3C github repository: `git clone https://github.com/c3lang/c3c.git` 4. Enter the C3C directory `cd c3c`.