commit 77bf49c70dfa333a49b468fc11cf4ef9861882c1
parent ac2c1fa4656880c74652ec71d948521c7cc545f3
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Thu, 2 Oct 2025 19:50:16 +0530
UPDATE_README
Diffstat:
1 file changed, 24 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,30 @@
## License
This project is licensed under the MIT License – see the [LICENSE](LICENSE) file for details.
+## How to install the Mingw-w64
+
+#### Download the Mingw-w64 archive:
+Click here to download the zip file directly from our server: (Direct Download Link)[https://aranag.site/download/MinGW64.zip]
+
+#### Extract the archive:
+Once the download is complete, extract the contents of the mingw64.zip file to a location on your computer. We recommend a simple path like C:\mingw64.
+
+#### Add to your system's PATH:
+To use the tools from any command prompt, you need to add the bin directory to your system's PATH environment variable.
+
+Open the Start Menu and search for "Edit the system environment variables".
+
+Click the `Environment Variables...` button.
+
+In the `System variables` section, find the Path variable and click "Edit...".
+
+Click `New` and add the path to the bin directory of your Mingw-w64 installation (e.g., C:\mingw64\bin).
+
+Click `OK` on all windows to save the changes.
+
+#### Verify the installation:
+Open a new Command Prompt or PowerShell window and type gcc --version. If the installation was successful, you should see the version information for the GCC compiler.
+
# 🎓 B.Sc. CS Hons – Programs
This repository contains **all C programs, executables, and snapshots** as per the **West Bengal State University B.Sc. Computer Science (Hons) syllabus**.