Here is the unofficial precompiled Windows executable binary for aha - Ansi HTML Adapter
Converts ANSI escape sequences of a unix terminal to HTML code.
Original source code homepage:
https://github.com/theZiz/aha
Go to Releases page,
click aha-*-windows-*.zip
download link,
unzip,
open a command prompt,
enjoy
cd /d DOWNLOADED_FOLDER
aha --help
with no other DLL required.
- Install MSYS2 from https://www.msys2.org/
- Download source code from https://github.com/theZiz/aha
- Start -> MSYS2 MinGW x64
cd SOURCE_CODE_FOLDER
make
- See the result file aha.exe
In fact, the executable only depends on KERNEL32.dll and msvcrt.dll, which are alreadey shipped with Windows.