From ab4e8dcd204a3a0697fdb9aa05aca5c47431ffcb Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 19 Oct 2024 20:40:47 +0200 Subject: [PATCH] Add note about actions to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca6069b..d427fc2 100644 --- a/README.md +++ b/README.md @@ -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. ```