r4sas / zlib.install

ZLIB installer for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zlib.install

Windows one-line installer for zlib library.

Usage

Open your command prompt as Administrator and enter

powershell -Command "(Invoke-WebRequest -Uri https://git.io/JnHTY -OutFile install_zlib.bat)"; ./install_zlib.bat; del install_zlib.bat

It will by default build a 64-bits library. Set the environment variable ARCH to Win32 before-hand otherwise:

set ARCH=Win32
powershell -Command "(Invoke-WebRequest -Uri https://git.io/JnHTY -OutFile install_zlib.bat)"; ./install_zlib.bat; del install_zlib.bat

Requirements

The video https://www.youtube.com/watch?v=IsAoIqnNia4 presents a step-by-step tutorial on how to install Visual Studio with support for C++.

About

ZLIB installer for Windows.

License:MIT License


Languages

Language:Batchfile 100.0%