From badd1e56c64a4af8138c542c2a0507f3c8cca1d9 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 10 May 2017 10:37:46 -0700 Subject: Suggest basic build dependencies in the README. Make it easier for users unfamiliar with C applications to installed the necessary build dependencies. Signed-off-by: Gian-Carlo Pascutto --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README') diff --git a/README b/README index ac6264ec..20a8059f 100644 --- a/README +++ b/README @@ -48,6 +48,24 @@ To build from a distribution tarball, you only need to do the following: To build from the git repository, the following steps are necessary: +0) Set up a development environment: + +On an Ubuntu or Debian family Linux distribution: + +% sudo apt-get install git autoconf automake libtool gcc make + +On a Fedora/Redhat based Linux: + +% sudo dnf install git autoconf automake libtool gcc make + +Or for older Redhat/Centos Linux releases: + +% sudo yum install git autoconf automake libtool gcc make + +On Apple macOS, install Xcode and brew.sh, then in the Terminal enter: + +% brew install autoconf automake libtool + 1) Clone the repository: % git clone https://git.xiph.org/opus.git -- cgit v1.2.3