Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2017-05-10 20:37:46 +0300
committerRalph Giles <giles@thaumas.net>2017-05-10 20:57:33 +0300
commitbadd1e56c64a4af8138c542c2a0507f3c8cca1d9 (patch)
treedc84a05fc10b664385b5d1c5e441082c6d5bb2d9 /README
parent1f8cea2d13b21e55518e55c15ec6bd9510164696 (diff)
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 <gcp@sjeng.org>
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
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