From cb20e18cb794ab9bd9f13f2151b61f8b892a8794 Mon Sep 17 00:00:00 2001 From: Neal Shah <30693865+ProgrammerIn-wonderland@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:47:30 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89a89001..97609fb2 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,12 @@ Anura shows as more of a proof-of-concept with what's possible on the modern web - `rustup` - `wasm-opt` - `make` -- `gcc` +- `gcc` (`gcc-multilib` on Debian and Ubuntu x86_64) - `clang` - `uuid-runtime` - `jq` - `docker` +- An x86(-64) Linux PC (`make rootfs-alpine` build depends on x86 specific tools) > [!NOTE] > You will have to install the required Rust toolchain by running `rustup target add wasm32-unknown-unknown` and also `rustup target add i686-unknown-linux-gnu` if you are planning to build v86 images.