Add note about actions to README
Some checks failed
/ deploy (push) Has been cancelled

This commit is contained in:
Minecon724 2024-10-19 20:40:47 +02:00
parent 7c03865b77
commit ab4e8dcd20
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -13,12 +13,15 @@ Emulator exit codes:
- `2` - illegal instruction argument (like funct3)
Compile:
0. Requirements: `libelf`
0. Dependencies: `libelf`
1. ```
make # should display no warnings
```
2. Executable is `build/criscv`
Note: Prebuilts for **x86_64 & aarch64 Linux** are available [here](https://git.m724.eu/Minecon724/criscv/actions), pick the latest one, unpack and run the one for your architecture. \
Those are **dynamic**, meaning you still need the dependencies! See compile step 0 above.
Compile programs:
0. Get the toolchain obviously
1. ```