Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Additional infomation about dependencies. (#1223)
Browse files Browse the repository at this point in the history
* Additional infomation about dependencies.

Signed-off-by: Taiga Takano <ttttghghnb554z@outlook.jp>

* Update InstallationGuide

Signed-off-by: Taiga Takano <ttttghghnb554z@outlook.jp>

---------

Signed-off-by: Taiga Takano <ttttghghnb554z@outlook.jp>
  • Loading branch information
TakanoTaiga authored Jul 17, 2023
1 parent 957af25 commit d9d5d4b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions documentation/InstallationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d9d5d4b

Please sign in to comment.