From d024007b34face88006c40f5467c15077c2c7509 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Tue, 24 Sep 2024 23:05:37 -0700 Subject: [PATCH] Remove accidental duplication in README.md Removes lines from the "Usage" section that were duplicated into the "Dependencies" section. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f07849ab3..bd14842ef 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,6 @@ There are different options of how to build Winamp: ### Dependencies -1. Use a build_winampAll_2019.cmd script file that makes 4 versions x86/x64 (Debug and Release). In this case Visual Studio IDE not running. -2. Use a winampAll_2019.sln file to build and debug in Visual Studio IDE. - #### libvpx We take libvpx from https://github.com/ShiftMediaProject/libvpx, modify it and pack to archive. Run unpack_libvpx_v1.8.2_msvc16.cmd to unpack.