From c01fadf8846f601fbc17bf8dcf49a37fc3a9d5da Mon Sep 17 00:00:00 2001 From: Sander van Kasteel Date: Wed, 27 May 2020 11:26:22 +0200 Subject: [PATCH] Added development dependencies for Arch Linux --- Compiling-from-source-(Linux).md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Compiling-from-source-(Linux).md b/Compiling-from-source-(Linux).md index 3e7b0b0..c1ad724 100644 --- a/Compiling-from-source-(Linux).md +++ b/Compiling-from-source-(Linux).md @@ -61,6 +61,11 @@ On Fedora: taglib-devel libchromaprint-devel fftw-devel liblastfm-qt5-devel glew-devel cryptopp-devel sparsehash-devel +On Arch: + + sudo pacman -S crypto++ desktop-file-utils glew gst-plugins-base-libs libmygpo-qt5 protobuf \ + qt5-x11extras boost cmake git + You can also optionally install ccache, to speed up compilation in some cases. On Ubuntu: