mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 12:39:57 +00:00
Update INSTALL instructions to install clang on Ubuntu (fix #3650)
This commit is contained in:
parent
9b853fc672
commit
178702730b
@ -73,7 +73,11 @@ might work).
|
|||||||
|
|
||||||
You will need the following dependencies on Ubuntu/Debian:
|
You will need the following dependencies on Ubuntu/Debian:
|
||||||
|
|
||||||
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
|
sudo apt-get install -y g++ clang libc++-dev libc++abi-dev cmake ninja-build libx11-dev libxcursor-dev libxi-dev libgl1-mesa-dev libfontconfig1-dev
|
||||||
|
|
||||||
|
Or use clang-10 packages (or newer) in case that clang in your distribution is older than clang 10.0:
|
||||||
|
|
||||||
|
sudo apt-get install -y clang-10 libc++-10-dev libc++abi-10-dev
|
||||||
|
|
||||||
On Fedora:
|
On Fedora:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user