equalsraf / win32yank

Windows clipboard tool
ISC License
457 stars 22 forks source link

System requirements? #4

Closed mkpaz closed 1 year ago

mkpaz commented 7 years ago

It seems like win32yank requires at least Windows 7 SP1. When I'm trying to execute win32yank -o from cli it complains about missing dlls. In particular VCRUNTIME140.dll and api-ms-win-crt-runtime-l1-1-0-dll. These dlls corresponds to VC++ 2015 Redistributable and KB2999226 Update packages. Both of them requires SP1 to be installed.

Since I don't have plans to upgrade target PC (because some of proprietary apps requires specific IE version) it seems like my neovim journey has ended. :)

I think it's worth to add this to readme so the other people don't waste their time.

equalsraf commented 1 year ago

Updated