From 53bb59d73df5b1ac3d5443a631c1792040ace633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Mon, 7 Feb 2022 18:20:13 +0100 Subject: [PATCH] readme: Add clang and libssl-dev to dependency list needed for the Rust tools --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f8f034a..eb71ff7f 100644 --- a/README.md +++ b/README.md @@ -162,11 +162,12 @@ The instructions below assume that you are using Linux (native or WSL) or macOS. * If you are on Ubuntu 18.04, you must first [update CMake by using the official CMake APT repository](https://apt.kitware.com/). * ccache (to speed up builds) * xdelta3 +* Clang (not for compiling BotW code, but for compiling Rust tools) Ubuntu users can install those dependencies by running: ```shell -sudo apt install python3 ninja-build cmake ccache xdelta3 +sudo apt install python3 ninja-build cmake ccache xdelta3 clang libssl-dev ``` Additionally, you'll also need: