https://github.com/veganaize/winbin
Windows tooling and middleware.
https://github.com/veganaize/winbin
batch batch-script cmd command-line make middleware msvc openssl perl perl5 ssl tls windows windows-7 windows-xp
Last synced: 3 months ago
JSON representation
Windows tooling and middleware.
- Host: GitHub
- URL: https://github.com/veganaize/winbin
- Owner: veganaize
- Created: 2023-04-07T20:24:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:53:01.000Z (over 1 year ago)
- Last Synced: 2025-03-01T11:17:02.831Z (over 1 year ago)
- Topics: batch, batch-script, cmd, command-line, make, middleware, msvc, openssl, perl, perl5, ssl, tls, windows, windows-7, windows-xp
- Language: HTML
- Homepage: https://veganaize.github.io/WinBin/
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
(XP compatible) redistributable
----------------------------------
* [**Visual C++ 2019 (v16.7) Redistributable**](https://github.com/veganaize/WinBin/releases/download/perl5/VC_redist.x86_2019.v16.7.exe) - _Install this only if you get an error when trying to run a utility._
---
(XP compatible) portable binary packages
-------------------------------------------
* ChakraCore 1.11.24 SSE2
set _LINK_=-subsystem:console,"5.01"
msbuild /m /p:configuration=release /p:RuntimeLib=static_library Build\Chakra.Core.sln
* [**CMake 3.13.5**](https://cmake.org/files/v3.13/cmake-3.13.5-win32-x86.zip) - _cmake.org_
* [**GNU Make 4.4.1**](https://github.com/veganaize/WinBin/releases/download/make4/gnumake-4.4.1-windows-x86.zip) _SSE2_
* Lua 5.4.6
REM --- tdm-gcc 10.3.0 (32-bit) ---
mingw32-make PLAT=mingw
mkdir lua\doc lua\bin lua\include
copy doc\*.* lua\doc\
copy src\*.exe lua\bin\
copy src\*.dll lua\bin\
copy src\luaconf.h lua\include
copy src\lua.h lua\include
copy src\lualib.h lua\include
copy src\lua.hpp lua\include
* [**OpenSSL 1.1.1t**](https://github.com/veganaize/WinBin/releases/download/openssl1/openssl-1.1.1t-windows-x86.zip) _SSE2_
* [**Perl 5.36.0**](https://github.com/veganaize/WinBin/releases/download/perl5/perl-5.36.0-windows-x86.zip) _SSE2_
* [**SeaMonkey 2.49.5**](https://archive.seamonkey-project.org/releases/2.49.5/win32/en-US/seamonkey-2.49.5.zip) _SSE2 (or [2.40](https://archive.seamonkey-project.org/releases/2.40/win32/en-US/seamonkey-2.40.zip) without SSE2) - seamonkey-project.org_
_SSE2 - Requires SSE2 capable processor._
---
(Win7 compatible) portable binary packages
---------------------------------------------
* [CMake 3.28.6 (x86)](https://cmake.org/files/v3.28/cmake-3.28.6-windows-i386.zip) - _cmake.org_
* [CMake 3.28.6 (x64)](https://cmake.org/files/v3.28/cmake-3.28.6-windows-x86_64.zip) - _cmake.org_
---
### 📑 Resources
* [A-Z Index of Windows Commands](https://ss64.com/nt/) - _ss64.com_
- [Command Redirection, Pipes](https://ss64.com/nt/syntax-redirection.html)
* [Windows Batch Scripting](https://en.wikibooks.org/wiki/Windows_Batch_Scripting) - _wikibooks.org_
* [VBScript Programming](https://en.wikibooks.org/wiki/VBScript_Programming) - _wikibooks.org_
---
### 📀 ISOs
* [Visual Studio 2015 Community Edition Update 3](http://download.microsoft.com/download/b/e/d/bedddfc4-55f4-4748-90a8-ffe38a40e89f/vs2015.3.com_enu.iso) - _microsoft.com_
* [Visual C++ Build Tools 2015 Update 3 (x86)](https://archive.org/download/mu_visual_cpp_build_tools_2015_update_3_x86_dvd_779b35c8/mu_visual_cpp_build_tools_2015_update_3_x86_dvd_779b35c8.iso) - _archive.org_
* [Visual C++ Build Tools 2015 Update 3 (x64)](https://archive.org/download/mu_visual_cpp_build_tools_2015_update_3_x64_dvd_dfd9a39c/mu_visual_cpp_build_tools_2015_update_3_x64_dvd_dfd9a39c.iso) - _archive.org_
* Windows 7 Enterprise Evaluation (x86) - archive.org
SHA1: 971FC00183A52C152FE924A6B99FDEC011A871C2
* Windows 7 Enterprise Evaluation (x64) - archive.org
SHA1: 15DDABAFA72071A06D5213B486A02D5B55CB7070
* [Windows 7 Enterprise N Evaluation SP1 (x86)](https://archive.org/download/Win7EntNEvalSP1/7601.17514.101119-1850_x86fre_enterprisen_en-us_EVAL_Eval_EnterpriseN-GRMCNENEVAL_EN_DVD.iso) - _archive.org_
* [Windows 7 Enterprise N Evaluation SP1 (x64)](https://archive.org/download/Win7EntNEvalSP1/7601.17514.101119-1850_x64fre_enterprisen_en-us_EVAL_Eval_EnterpriseN-GRMCNENXEVAL_EN_DVD.iso) - _archive.org_