aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandimik <andimik@yahoo.de>2019-04-11 19:30:12 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-04-15 15:43:09 +0200
commita27b55b00348726578892242c872c3d9eeacb8d6 (patch)
treeb89c1f9c03ab9fc3e5f46636ecf3be10daeb9913
parent9c1ec56d860d76819f6d454441b1a7b9c8f7cdd2 (diff)
downloadfdk-aac-a27b55b00348726578892242c872c3d9eeacb8d6.tar.gz
fdk-aac-a27b55b00348726578892242c872c3d9eeacb8d6.tar.bz2
fdk-aac-a27b55b00348726578892242c872c3d9eeacb8d6.zip
Added installation procedure
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 308f292..99fe808 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,18 @@ A patched version of fdk-aac with DAB+ support
This is a modified version of fdk-aac that supports the AOTs
required for DAB+ encoding.
-This library is a dependency for ODR-AudioEnc.
+This library is a dependency for https://github.com/Opendigitalradio/ODR-AudioEnc/
-See www.opendigitalradio.org for more
+See http://www.opendigitalradio.org for more
+
+Installation
+============
+
+Make sure you have installed git, otherwise install it with `sudo apt-get install git`
+
+ $ git clone https://github.com/Opendigitalradio/fdk-aac.git
+ $ cd fdk-aac/
+ $ ./bootstrap
+ $ ./configure
+ $ make
+ $ sudo make install