wishlist icon indicating copy to clipboard operation
wishlist copied to clipboard

Facebook Proxygen - C++ HTTP libraries

Open solvingj opened this issue 7 years ago • 3 comments

https://github.com/facebook/proxygen

solvingj avatar Jan 31 '18 16:01 solvingj

Build is complex and non-portable, using their own tool.

Note that currently this project has only been tested on Ubuntu 14.04, although it likely works on many other platforms. Support for Mac OSX is incomplete. You will need at least 3 GiB of memory to compile proxygen and its dependencies.

theirix avatar Feb 01 '18 09:02 theirix

It is using autoconf. Dependencies need to be extracted from here.

chrahunt avatar Apr 22 '18 00:04 chrahunt

proxygen has now support for cmake: https://github.com/facebook/proxygen/commit/cfa2dd5d0ac376e5bcef6ec8fc5bbae2613f894e

gocarlos avatar May 05 '19 12:05 gocarlos