summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Francois Mauguit <jfmauguit@mac.com>2024-09-23 11:46:44 +0200
committerGitHub <noreply@github.com>2024-09-23 11:46:44 +0200
commit4bde6044fddf053f31795b9eaccdd2a5a527d21f (patch)
tree0ce2b7da20631f3eb38ad7da5a903194aac45602
parentMerge pull request #3 from WinampDesktop/community (diff)
parentUpdate markdown and adding about (diff)
downloadwinamp-4bde6044fddf053f31795b9eaccdd2a5a527d21f.tar
winamp-4bde6044fddf053f31795b9eaccdd2a5a527d21f.tar.gz
winamp-4bde6044fddf053f31795b9eaccdd2a5a527d21f.tar.bz2
winamp-4bde6044fddf053f31795b9eaccdd2a5a527d21f.tar.lz
winamp-4bde6044fddf053f31795b9eaccdd2a5a527d21f.tar.xz
winamp-4bde6044fddf053f31795b9eaccdd2a5a527d21f.tar.zst
winamp-4bde6044fddf053f31795b9eaccdd2a5a527d21f.zip
-rw-r--r--README.md41
1 files changed, 15 insertions, 26 deletions
diff --git a/README.md b/README.md
index 6390bc534..cef9b4dbd 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
-Winamp
-------
+# Winamp
+
+## 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.
+
+## 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:
@@ -7,24 +12,17 @@ There are differnt 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
-------------
+### Dependencies
-libvpx
-------
+#### 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.
-
-libmpg123
-------
+#### libmpg123
We take libmpg123 from https://www.mpg123.de/download.shtml, modify it and pack to archive.
Run unpack_libmpg123.cmd to unpack and process dlls.
-
-OpenSSL
-------
-
+#### OpenSSL
You need to use openssl-1.0.1u. For that you need to build a static version of these libs.
Run build_vs_2019_openssl_x86.cmd and build_vs_2019_openssl_64.cmd.
@@ -32,24 +30,15 @@ To build OpenSSL you need to install
7-Zip, NASM and Perl.
-DirectX 9 SDK
-------
-
+#### DirectX 9 SDK
We take DirectX 9 SDK (June 2010) from Microsoft, modify it and pack to archive.
Run unpack_microsoft_directx_sdk_2010.cmd to unpack it.
-
-Microsoft ATLMFC lib fix
-------
-
+#### Microsoft ATLMFC lib fix
In file C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\atlmfc\include\atltransactionmanager.h
goto line 427 and change from 'return ::DeleteFile((LPTSTR)lpFileName);' to 'return DeleteFile((LPTSTR)lpFileName);'
-Intel IPP 6.1.1.035
-------
-
+#### 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.
-
-
+Run unpack_intel_ipp_6.1.1.035.cmd to unpack it. \ No newline at end of file