From d9d5d4b0e02223b8e18ac2af46aab39619aa69e4 Mon Sep 17 00:00:00 2001 From: Taiga Takano <53041471+TakanoTaiga@users.noreply.github.com> Date: Tue, 18 Jul 2023 02:54:10 +0900 Subject: [PATCH] Additional infomation about dependencies. (#1223) * Additional infomation about dependencies. Signed-off-by: Taiga Takano * Update InstallationGuide Signed-off-by: Taiga Takano --------- Signed-off-by: Taiga Takano --- documentation/InstallationGuide.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/documentation/InstallationGuide.md b/documentation/InstallationGuide.md index 190067d5..e4525105 100644 --- a/documentation/InstallationGuide.md +++ b/documentation/InstallationGuide.md @@ -2,10 +2,13 @@ In order to use MIRAI, you need to install Rust and then install MIRAI into cargo. -## Installing Rust +## Installing Dependencies -You should install Rust using rustup. See [here](https://doc.rust-lang.org/book/ch01-01-installation.html) -for instructions. +Please ensure that all of the following dependencies are installed: + +- Rust using rustup. You can find the installation instructions [here](https://doc.rust-lang.org/book/ch01-01-installation.html). +- Cmake. The installation instructions can be found [here](https://cmake.org/install/). +- Clang. The installation instructions can be followed [here](https://clang.llvm.org/get_started.html). ## Installing MIRAI into cargo