Skip to content

Commit

Permalink
Add missing libc++abi-10-dev dependency on Linux (aseprite#3382)
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jul 3, 2022
1 parent 4f2eae6 commit 59c6c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ might work).

You will need the following dependencies on Ubuntu/Debian:

sudo apt-get install -y g++ clang-10 libc++-10-dev cmake ninja-build libx11-dev libxcursor-dev libxi-dev libgl1-mesa-dev libfontconfig1-dev
sudo apt-get install -y g++ clang-10 libc++-10-dev libc++abi-10-dev cmake ninja-build libx11-dev libxcursor-dev libxi-dev libgl1-mesa-dev libfontconfig1-dev

On Fedora:

Expand Down

0 comments on commit 59c6c06

Please sign in to comment.