Created
August 28, 2020 14:40
-
-
Save antonfirsov/a0be90bb5c0a3ae66becf0327e76f88c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install clang-9 | |
sudo apt-get install autoconf | |
sudo apt-get install automake | |
sudo apt-get install libtool | |
sudo apt-get install build-essential | |
sudo apt-get install python | |
sudo apt-get install curl | |
sudo apt-get install git | |
sudo apt-get install lldb-6.0 | |
sudo apt-get install liblldb-6.0-dev | |
sudo apt-get install libunwind8 | |
sudo apt-get install libunwind8-dev | |
sudo apt-get install gettext | |
sudo apt-get install libicu-dev | |
sudo apt-get install liblttng-ust-dev | |
sudo apt-get install libssl-dev | |
sudo apt-get install libkrb5-dev | |
sudo apt-get install libnuma-dev (optional, enables numa support) | |
sudo apt-get install zlib1g-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment