ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
53 stars 21 forks source link

Package and update zlib to latest #39

Closed stevewgr closed 2 years ago

stevewgr commented 2 years ago

Description

There are multiple projects that depends on zlib compression library. It's currently within the project in binary form and built with old compiler configurations. Therefore to create a clean build, we'll need to:

  1. update it, see that nothing breaks.
  2. package it, to it's easy to update as needed. we could put it in ko-vendor repo.
stevewgr commented 2 years ago

Re-opened, since LoginServer also need to be updated to latest zlib.

stevewgr commented 2 years ago

This can be closed now, because we no longer have depends on old zlib binaries in the project.