From: Key Kim Date: Sun, 9 Aug 2020 01:56:21 +0000 (+0900) Subject: Update linux-requirements.md (#40576) X-Git-Tag: submit/tizen/20210909.063632~6124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a58c28b80022311ef6aa982a7c8975af509ef53;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update linux-requirements.md (#40576) append -y option and add ``` around command code --- diff --git a/docs/workflow/requirements/linux-requirements.md b/docs/workflow/requirements/linux-requirements.md index 0cdd9cc..b6dee2b 100644 --- a/docs/workflow/requirements/linux-requirements.md +++ b/docs/workflow/requirements/linux-requirements.md @@ -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.