aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Francois Mauguit <jfmauguit@mac.com>2024-09-24 13:17:18 -0400
committerGitHub <noreply@github.com>2024-09-24 13:17:18 -0400
commite44e43509285154676befd0d895146908195fa77 (patch)
treea927413fb1221046342d337e1222ff628f9fab14
parentbab614c421ed7ae329d26bf028c4a3b1d2450f5a (diff)
parent8bdb48161f4ba863ab8787c07760bf00c62c589b (diff)
downloadwinamp-e44e43509285154676befd0d895146908195fa77.tar.gz
Merge pull request #14 from WinampDesktop/community
merge to main
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index c5664754..f07849ab 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,23 @@
## About
-Winamp is a multimedia player launched in 1997, iconic for its flexibility and wide compatibility with audio formats. Originally developed by Nullsoft, it gained massive popularity with still millions of users. Its development slowed down, but now, its source code was opened to the community, allowing developers to improve and modernize the playerto meet current user needs.
+Winamp is a multimedia player launched in 1997, iconic for its flexibility and wide compatibility with audio formats. Originally developed by Nullsoft, it gained massive popularity with still millions of users. Its development slowed down, but now, its source code was opened to the community, allowing developers to improve and modernize the player to meet current user needs.
+
+It really whips the llama's ass.
## Usage
-Building of the Winamp desktop client is current based around Visual Studio 2019 (VS2019) and Intel IPP libs (You need to use exactly v6.1.1.035).
-There are differnt options of how to build Winamp:
+Building of the Winamp desktop client is currently based around Visual Studio 2019 (VS2019) and Intel IPP libs (You need to use exactly v6.1.1.035).
+There are different options of how to build Winamp:
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.
### 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 +46,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. \ No newline at end of file
+
+Run unpack_intel_ipp_6.1.1.035.cmd to unpack it.