Skip to content

Instantly share code, notes, and snippets.

@airglow923
Last active November 28, 2021 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save airglow923/650f3c565f0a18a09f11227f1a916f7c to your computer and use it in GitHub Desktop.
Save airglow923/650f3c565f0a18a09f11227f1a916f7c to your computer and use it in GitHub Desktop.
Required packages for LLVM libc++ on Ubuntu
# 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