From 27f58cdf431a4dbd905c4cb22391a2f800ce8a42 Mon Sep 17 00:00:00 2001 From: Alex Marsev Date: Sun, 2 Aug 2015 21:30:30 +0300 Subject: Remove dll files from core release --- dll/src/zita-resampler/INSTALL | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 dll/src/zita-resampler/INSTALL (limited to 'dll/src/zita-resampler/INSTALL') diff --git a/dll/src/zita-resampler/INSTALL b/dll/src/zita-resampler/INSTALL deleted file mode 100644 index 9913662..0000000 --- a/dll/src/zita-resampler/INSTALL +++ /dev/null @@ -1,31 +0,0 @@ -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. -- cgit v1.2.3