Skip to content

Commit

Permalink
Update linux-requirements.md (#40576)
Browse files Browse the repository at this point in the history
append -y option and add ``` around command code
  • Loading branch information
KimKiHyuk authored Aug 9, 2020
1 parent 46acbaa commit 4a58c28
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/workflow/requirements/linux-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,13 @@ The following dependencies are needed if Mono Runtime is enabled (default behavi

- autoconf
- automake
- libtool
- libtool

~$ sudo apt-get install cmake llvm-9 clang-9 autoconf automake libtool build-essential python curl git lldb-6.0 liblldb-6.0-dev libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev libssl-dev libnuma-dev libkrb5-dev zlib1g-dev
```
sudo apt-get install -y cmake llvm-9 clang-9 autoconf automake \
libtool build-essential python curl git lldb-6.0 liblldb-6.0-dev \
libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev \
libssl-dev libnuma-dev libkrb5-dev zlib1g-dev
```

You now have all the required components.

0 comments on commit 4a58c28

Please sign in to comment.