-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
15 lines (15 loc) · 906 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<title>WinBin - Binaries for Windows</title>
</head>
<body>
<h1>WinBin - Binaries for Windows</h1>
<ul>
<li><a href="https://github.com/veganaize/WinBin/releases/download/make4/gnumake-4.4.1-windows-x86.zip">GNU Make 4.4.1</a> (Requires SSE2 capable processor)</li>
<li><a href="https://github.com/veganaize/WinBin/releases/download/openssl1/openssl-1.1.1t-windows-x86.zip">OpenSSL 1.1.1t</a> (Requires SSE2 capable processor)</li>
<li><a href="https://github.com/veganaize/WinBin/releases/download/perl5/perl-5.36.0-windows-x86.zip">Perl 5.36.0</a> (Requires SSE2 capable processor)</li>
<li><a href="https://github.com/veganaize/WinBin/releases/download/perl5/VC_redist.x86_2019.v16.7.exe">Visual C++ Redistributable (2019)</a> - v16.7; XP-compatible</li>
</ul>
</body>
</html>