mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
Proper build system #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fxfactorial on GitHub (Sep 23, 2015).
Can you guys use a proper build system, cmake or even a plain makefile?
At least so that we can get a single .so/.dylib and be able to easily link against it via
-lbrotlior something.@bagder commented on GitHub (Sep 24, 2015):
I've started a little attempt at build scripts and setup to build a library (.so and .a with libtool) from the brotli source code here: https://github.com/bagder/libbrotli
Builds a decoder lib right now.
@fxfactorial commented on GitHub (Sep 25, 2015):
@bagder Nice thanks, is it feasible to eventually have just one library instead of separate ones for encoder, decoder?
@bagder commented on GitHub (Sep 25, 2015):
Oh certainly. This is just starting so I'm interested in feedback and improvements. I simply started with the decoder parts because that is where my primary interest lies.
@aa88088aa commented on GitHub (Sep 30, 2015):
你傳什麼?我要密碼
2015/9/30 下午9:46於 "nuch-lek" notifications@github.com寫道:
@CoolOppo commented on GitHub (Sep 30, 2015):
@aa88088aa I think you may have accidentally replied to the wrong issue or something.
@aa88088aa commented on GitHub (Oct 1, 2015):
I lost my password , demanding to know the password ? Know what I mean?
2015/10/1 上午6:43於 "CoolOppo" notifications@github.com寫道:
@CoolOppo commented on GitHub (Oct 1, 2015):
i really have no idea what you mean
On Wed, Sep 30, 2015 at 7:32 PM aa88088aa notifications@github.com wrote:
@GuillaumeRossolini commented on GitHub (Oct 13, 2015):
Actually, there seems to be makefiles inside each folder (dec, enc, tools). To build everything, cd to "tools" then "make".
Or am I mistaken?
Doesn't have the "install" procedure though.