From f05166b46aed48e5cc71ff1fb27aac061cc4ea4d Mon Sep 17 00:00:00 2001 From: Vitalii <vitalii.nikitchyn@savoirfairelinux.com> Date: Wed, 21 Feb 2024 16:41:26 -0500 Subject: [PATCH] documentation: add build dependencies for arch Change-Id: Ia0680c9dd87a68f615d47f687cde9e906ca11309 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 41cf9228c..d956328d0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Make sure to have autotools, autopoint, swig, yasm, m4, ninja-build and cmake av on Debian/Ubuntu: > apt install cmake build-essential swig yasm ninja-build m4 autotools-dev autopoint +On Arch: +> pacman -S cmake ninja automake swig yasm m4 patch autoconf pkgconf + On macOS: > brew install cmake automake autotools libtool pkg-config yasm swig -- GitLab