Skip to content

Commit ee045f4

Browse files
authored
Update README with Arch Linux build instructions
Added installation instructions for Arch Linux and emulator usage.
1 parent 169357d commit ee045f4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ SPDX-License-Identifier: GPL-3.0-or-later
1212
mkdir -p build && cd build && cmake .. && make && sudo make install
1313
```
1414

15+
#### Compilare l'emulatore su Arch Linux
16+
Installazione delle dipendenze:
17+
```bash
18+
sudo pacman -S riscv64-elf-gcc boost
19+
```
20+
Clonazione e compilazione di uriscv:
21+
```bash
22+
git clone https://github.com/virtualsquare/uriscv
23+
cd uriscv
24+
mkdir -p build && cd build && cmake .. && make && sudo make install
25+
```
26+
1527
### Eseguire l'emulatore
1628
```bash
1729
uriscv-cli

0 commit comments

Comments
 (0)