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:
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