Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 902 Bytes

install.rst

File metadata and controls

43 lines (26 loc) · 902 Bytes

Installation

Binaries

The latest binaries for modern systems can be found in the latest release on GitHub.

There are old binaries for Linux and Windows available. After unzipping the archive, the binary for Linux can be found in mzf2wav/src/linux/release, for Windows it can be found in mzf2wav\src\w32\release.

From source

Retrieve the source code with Git.

git clone https://github.com/jfjlaros/mzf2wav.git

To compile for Linux:

cd build/linux
make

For Windows, use:

cd build/windows
make

The binary will be placed in the current directory.