View Single Post
  #1  
Old 10-11-2016, 03:40 PM
NostalgiaEQ
Banned
 
Join Date: Sep 2016
Location: us
Posts: 201
Default Trouble compiling a server from source: ZLIB error

So I am trying to compile a server from the source. At first I ran into a C_compiler missing issue but I followed advice online that said to start a project inside VS 2015 and it would download the missing components. This worked, now when I run cmake with the server as the source it started configuring but then crashed with an error saying ZLIB couldn't be found. Does anyone know how I get this missing piece? Thanks.

Update: found Zlib compiled dll on the zlib website so trying to install that by reading the usage.txt zlib.
Reply With Quote