#! /usr/bin/env bash

git clone https://github.com/bagder/libbrotli
cd libbrotli 
./autogen.sh 
./configure --prefix=$(pwd) --enable-shared --with-pic
make 
make install 

