File: win32.md

package info (click to toggle)
libsamplerate 0.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,444 kB
  • sloc: ansic: 371,377; sh: 121; makefile: 111
file content (15 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
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.