Skip to content

Instantly share code, notes, and snippets.

@FrendaWinter
Last active September 11, 2024 14:59
Show Gist options
  • Save FrendaWinter/d6d0b5544b6a351b2a43f2c8c0b4ad6f to your computer and use it in GitHub Desktop.
Save FrendaWinter/d6d0b5544b6a351b2a43f2c8c0b4ad6f to your computer and use it in GitHub Desktop.
Install Snzip on linux

Install Snzip on linux (fedora)

Repo: https://github.com/kubo/snzip Snappy repo: https://github.com/google/snappy

Pre install:

  • If you facing missing lsnappy error -> This mean you probly missing snappy-devel lib
    • sudo dnf install snappy snappy-devel

Install:

git clone git://github.com/kubo/snzip.git
cd snzip
./autogen.sh
./configure
make
make install

Note:

  • snzip 1.0.5 - raw format not supported
  • snzip 1.0.4 - raw format supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment