From f959ea46019c1443b57180551c15b1641e85c6b3 Mon Sep 17 00:00:00 2001 From: FPGALover Date: Sat, 24 Feb 2024 08:36:08 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a83d3..fc16f70 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # neorv32 -neorv32 with Makefiles compatible with MSYS2 64 for windows and regular Linux. \ No newline at end of file +neorv32 with Makefiles compatible with MSYS2 64 for windows and regular Linux. + +## Windows Installation + +1. clone this repository on your windows machine. +2. download and install MSYS2(msys2-x86_64-20240113.exe) --> https://www.msys2.org/ +3. once MSYS2 is installed, run MSYS2, and run the command + ``` + pacman -S mingw-w64-ucrt-x86_64-gcc + ``` +4. Select ALL dependencies by pressing Enter and select Y[yes]. +5. after the installation is completed, add the *Path* *"C:\msys64\ucrt64\bin"* under the enviroments variable on Windows. + +6. open a cmd and run the command + ``` + gcc --version + ```