This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
Releases: iv-org/lsquic.cr
Releases · iv-org/lsquic.cr
v2.18.1-2
v2.23.1
Changelog:
v2.18.1-1
v2.18.1
Assuming you've already built boringssl and lsquic according to these instructions, the included liblsquic.a
is built using:
$ ar -x liblsquic.a
$ ar -x libssl.a
$ ar -x libcrypto.a
$ rm *.a
$ ar rc liblsquic.a *.o
$ strip --strip-unneeded liblsquic.a
$ ranlib liblsquic.a