summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2019-11-03 15:36:47 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2019-11-03 15:36:47 +0100
commit76288efeead86fd5799d9771e50bf3222aaa8e71 (patch)
tree5a30f504041907fd60379138619a0c3aeff1839f /INSTALL
Import from zita-resampler-1.6.0.tar.bz2HEADmaster
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL31
1 files changed, 31 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..b71e6fa
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,31 @@
+Dependencies
+------------
+
+The zita-resampler library does not depend on any
+non-standard libraries.
+
+The 'zresample' and 'zretune' application depend on libsndfile
+and the corresponding headers.
+
+Installing the library
+----------------------
+
+To make and install the library, cd to the libs directory,
+make, sudo make install. This will install the lib and
+header file in /usr/lib and /usr/include. To install in
+any other directory, modify the definition of 'PREFIX' in
+the Makefile.
+After the install you can do a 'make clean' to return the
+libs directory to its original state.
+
+
+Installing the application(s)
+----------------------------
+
+To make and install the application(s), you first need to
+make and install the library. Then cd to the apps directory,
+make, sudo make install. This will install the apps in
+/usr/local/bin. To install in other any directory, modify
+the definition of 'PREFIX' in the Makefile.
+After the install you can do a 'make clean' to return the
+apps directory to its original state.