/rarezip

library version gzip v1.2.4 with foreign function interfaces to multiple languages

Primary LanguageCGNU General Public License v2.0GPL-2.0

rarezip

Library version gzip v1.2.4 with foreign function interfaces to multiple languages. Supports compression formats for popular N64 titles based on gzip(v1.2.4)'s deflate algorithm.

Requirements

Ubuntu 18.04 or higher.

#rust dependencies
sudo apt-get update && sudo apt-get install -y curl
curl https://sh.rustup.rs -sSf | sh #cargo

#python dependencies
sudo apt-get update && sudo apt-get install -y python3 python3-pip
python3 -m pip install -r cffi numpy

Building

make [language]

supported [language] variable c, cpp, rust, python