Last active
November 28, 2021 08:24
-
-
Save airglow923/650f3c565f0a18a09f11227f1a916f7c to your computer and use it in GitHub Desktop.
Required packages for LLVM libc++ on Ubuntu
This file contains 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
# Debian | |
sudo apt install clang libc++-dev libc++abi-dev libunwind-dev | |
# Red Hat | |
## yum | |
sudo yum install libcxx-devel libunwind-devel | |
## dnf | |
sudo dnf install libcxx-devel libunwind-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment