Update README.md

main
FPGALover 2024-02-24 08:36:08 +00:00
parent 63dd9360f3
commit f959ea4601
1 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
# neorv32
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
```