Hacker News new | past | comments | ask | show | jobs | submit login

Call me a noob but I can't figure out how to build it...

https://github.com/google/brotli




$ git clone https://github.com/google/brotli.git

$ cd brotli

python extension:

$ python setup.py build

static lib:

$ cd enc

$ make

$ ar rvs brotli.a *.o


cd tools

make

Worked for me on Ubuntu 14.04. Not sure what packages are necessary. YMMV.


mhm, `cd tools; make` worked on OS X 10.10.5.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: