From a55ba5d55235b208140d36e16fbe1b8e7b79a1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Sat, 25 Jan 2020 14:54:34 +0100 Subject: [PATCH] Update README.md Add info concerning installation of NASM, which is required for building the 32-bit flac plugin. This concerns only 32-bit, where x86 assembly optimizations are enabled by default. For further details see: ThirdParty\flac\README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5f5bef..70f0199 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@ Prebuilt binaries can be downloaded from [CUETools Download](http://cue.tools/wi `git submodule update --init --recursive` * Get the FFmpeg.AutoGen sources from GitHub ([https://github.com/Ruslan-B/FFmpeg.AutoGen](https://github.com/Ruslan-B/FFmpeg.AutoGen)): `git clone https://github.com/Ruslan-B/FFmpeg.AutoGen.git` -* The solution can be built using Microsoft Visual Studio 2017 (Community Edition will work) +* The solution can be built using Microsoft Visual Studio 2017 or newer (Community Edition will work) * Install the required .NET framework development tools (currently 4.7) * Install an appropriate Windows SDK version (currently 10.0.16299.0) * Install the Microsoft Visual Studio Installer Projects +* Optional: Install [NASM](https://www.nasm.us/) and add it to your PATH. This is required for building the 32-bit flac plugin. * Open cuetools.net\CUETools\CUETools.sln * Select 'Any CPU' under 'Solution Platforms' * Build solution