Proper build system #27

Closed
opened 2026-01-29 20:29:16 +00:00 by claunia · 8 comments
Owner

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 -lbrotli or something.

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 `-lbrotli` or something.
Author
Owner

@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.

@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.
Author
Owner

@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?

@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?
Author
Owner

@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.

@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.
Author
Owner

@aa88088aa commented on GitHub (Sep 30, 2015):

你傳什麼?我要密碼
2015/9/30 下午9:46於 "nuch-lek" notifications@github.com寫道:

VID_20150927_014307.mp4
<
https://drive.google.com/file/d/1dAVtiGs0KV8nUr6lSCj80bWw2MT2-WxksA/view?usp=drivesdk

VID_20150927_014305.mp4
<
https://drive.google.com/file/d/1ntKHY9Yhql6vD0GZ_eIvXyQbG_Ayueh4Sg/view?usp=drivesdk

ส่งจาก Gmail มือถือ


Reply to this email directly or view it on GitHub
https://github.com/google/brotli/issues/162#issuecomment-144403630.

@aa88088aa commented on GitHub (Sep 30, 2015): 你傳什麼?我要密碼 2015/9/30 下午9:46於 "nuch-lek" notifications@github.com寫道: > VID_20150927_014307.mp4 > < > https://drive.google.com/file/d/1dAVtiGs0KV8nUr6lSCj80bWw2MT2-WxksA/view?usp=drivesdk > > > VID_20150927_014305.mp4 > < > https://drive.google.com/file/d/1ntKHY9Yhql6vD0GZ_eIvXyQbG_Ayueh4Sg/view?usp=drivesdk > > > ## > > ส่งจาก Gmail มือถือ > > — > Reply to this email directly or view it on GitHub > https://github.com/google/brotli/issues/162#issuecomment-144403630.
Author
Owner

@CoolOppo commented on GitHub (Sep 30, 2015):

@aa88088aa I think you may have accidentally replied to the wrong issue or something.

@CoolOppo commented on GitHub (Sep 30, 2015): @aa88088aa I think you may have accidentally replied to the wrong issue or something.
Author
Owner

@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寫道:

@aa88088aa https://github.com/aa88088aa I think you may have
accidentally replied to the wrong issue or something.


Reply to this email directly or view it on GitHub
https://github.com/google/brotli/issues/162#issuecomment-144566679.

@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寫道: > @aa88088aa https://github.com/aa88088aa I think you may have > accidentally replied to the wrong issue or something. > > — > Reply to this email directly or view it on GitHub > https://github.com/google/brotli/issues/162#issuecomment-144566679.
Author
Owner

@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:

I lost my password , demanding to know the password ? Know what I mean?
2015/10/1 上午6:43於 "CoolOppo" notifications@github.com寫道:

@aa88088aa https://github.com/aa88088aa I think you may have
accidentally replied to the wrong issue or something.


Reply to this email directly or view it on GitHub
https://github.com/google/brotli/issues/162#issuecomment-144566679.


Reply to this email directly or view it on GitHub
https://github.com/google/brotli/issues/162#issuecomment-144573923.

@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: > I lost my password , demanding to know the password ? Know what I mean? > 2015/10/1 上午6:43於 "CoolOppo" notifications@github.com寫道: > > > @aa88088aa https://github.com/aa88088aa I think you may have > > accidentally replied to the wrong issue or something. > > > > — > > Reply to this email directly or view it on GitHub > > https://github.com/google/brotli/issues/162#issuecomment-144566679. > > — > Reply to this email directly or view it on GitHub > https://github.com/google/brotli/issues/162#issuecomment-144573923.
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#27