mirror of
https://github.com/depler/curl-impersonate-win.git
synced 2025-08-03 15:40:09 +00:00
22bf90ff8aed7118bc089c930b0b2e9444709edb
curl-impersonate-win
A special build of curl that can impersonate Chrome (Windows only).
Original idea and patches from https://github.com/lwthiker/curl-impersonate
Environment
MSYS2 is needed to build binaries. Steps:
- Download and install MSYS2 (https://www.msys2.org/)
- Run MSYS2 from start menu and update packages with command:
pacman -Suy
- Install additional packages:
pacman -S mingw-w64-x86_64-make mingw-w64-x86_64-cmake mingw-w64-x86_64-nasm mingw-w64-x86_64-gcc
Build
Languages
Batchfile
100%