aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Francois Mauguit <jfmauguit@mac.com>2024-09-24 13:14:37 -0400
committerGitHub <noreply@github.com>2024-09-24 13:14:37 -0400
commit09cb3a54ed9c6c9587c14db015c7f04a3373f94b (patch)
tree1507b4a5663ecbac9028aa9d939c8daf589438d2
parent40b10871a0a0b4c3316e9315d07432e6804cd8b3 (diff)
parentbab614c421ed7ae329d26bf028c4a3b1d2450f5a (diff)
downloadwinamp-09cb3a54ed9c6c9587c14db015c7f04a3373f94b.tar.gz
Merge branch 'main' into community
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e324de89..f8ea0c2b 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,9 @@ 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.
@@ -41,4 +44,5 @@ goto line 427 and change from 'return ::DeleteFile((LPTSTR)lpFileName);' to 'ret
#### Intel IPP 6.1.1.035
We take Intel IPP 6.1.1.035, modify it and pack to archive.
+
Run unpack_intel_ipp_6.1.1.035.cmd to unpack it.