summaryrefslogtreecommitdiff
path: root/lib/libsamplerate/libsamplerate-0.2.2/docs/win32.md
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-08-04 20:07:44 +1000
committerjacqueline <me@jacqueline.id.au>2023-08-04 20:07:44 +1000
commit60f767713227b5405b855e6e6e2a0475ecd96bcc (patch)
treefe55b7048e9e7f1f587f465a1845aef9d3b7b731 /lib/libsamplerate/libsamplerate-0.2.2/docs/win32.md
parent3b240d1cd5c52caf189ca036a1a841f7e6d84ccd (diff)
downloadtangara-fw-60f767713227b5405b855e6e6e2a0475ecd96bcc.tar.gz
Do our own resampling
Diffstat (limited to 'lib/libsamplerate/libsamplerate-0.2.2/docs/win32.md')
-rwxr-xr-xlib/libsamplerate/libsamplerate-0.2.2/docs/win32.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/libsamplerate/libsamplerate-0.2.2/docs/win32.md b/lib/libsamplerate/libsamplerate-0.2.2/docs/win32.md
deleted file mode 100755
index 6f93347d..00000000
--- a/lib/libsamplerate/libsamplerate-0.2.2/docs/win32.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-layout: default
----
-
-# Compiling on Win32
-
-You can use [CMake](https://cmake.org/) to generate Visual Studio project. The
-configuration process is described [here](https://cmake.org/runningcmake/).
-
-The libsamplerate library itself does not require any dependencies, but if you
-want to build examples and tests, you will need the [libsndfile](https://github.com/libsndfile/libsndfile)
-and [FFTW](http://www.fftw.org/) libraries. The easiest way to install them is
-to use a package manager, such as [Vcpkg](https://github.com/microsoft/vcpkg). Their README.md contains detailed
-installation instructions for supported platforms. Libsamplerate requires the
-`libsndfile` and `fftw3` packages.