Skip to content

Commit

Permalink
Add doc clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Jun 19, 2022
1 parent c3bc085 commit 1dd5422
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/testnet/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ On Ubuntu / MacOS
-----------------

- on Ubuntu, these libs must be installed: :code:`sudo apt install pkg-config curl git build-essential libssl-dev libclang-dev`
- on MacOS, `brew install llvm`__
- install `rustup <https://www.rust-lang.org/tools/install>`_: :code:`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
- configure path: :code:`source $HOME/.cargo/env`
- check rust version: :code:`rustc --version`
Expand All @@ -52,6 +53,7 @@ On Windows

- Click install on the bottom right to download and install those packages

- Install choco: https://docs.chocolatey.org/en-us/choco/setup and run: `choco install llvm`__
- Install Rust, to be downloaded `here <https://www.rust-lang.org/tools/install>`__
- Install Git for windows, to be downloaded `here <https://git-scm.com/download/win>`__

Expand Down

0 comments on commit 1dd5422

Please sign in to comment.