mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Add dependencies for Fedora
This commit is contained in:
parent
039e064d6b
commit
3bfc029ebf
@ -85,10 +85,13 @@ You must also compile [Skia](#skia-on-macos) before starting with the
|
||||
|
||||
## Linux dependencies
|
||||
|
||||
You will need the following dependencies (Ubuntu, Debian):
|
||||
You will need the following dependencies on Ubuntu/Debian:
|
||||
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y g++ libx11-dev libxcursor-dev cmake ninja-build
|
||||
sudo apt-get install -y g++ cmake ninja-build libx11-dev libxcursor-dev
|
||||
|
||||
On Fedora:
|
||||
|
||||
sudo yum install -y gcc-c++ cmake ninja-build libX11-devel libXcursor-devel mesa-libGL-devel fontconfig-devel
|
||||
|
||||
You must also compile [Skia](#skia-on-linux) before starting with the
|
||||
[compilation](#compiling).
|
||||
|
Loading…
Reference in New Issue
Block a user