Skip to content

horta/zlib.install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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++.

Uninstall

!! BE CAREFUL! MAKE SURE YOU UNDERSTAND IT. !!

Open your command prompt as Administrator and enter

rd /s /q "%PROGRAMFILES%"\zlib
rd /s /q "%PROGRAMFILES(X86)%\zlib"

About

ZLIB installer for Windows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published