blob: 5205cf271eb71dd556f0e394e8f8444ac5320c10 [file] [log] [blame]
Willy Tarreau75014fc2022-08-12 11:23:59 +02001This needs to be built from the top makefile, for example :
2
3 make dev/haring/haring
4
Willy Tarreaub83bf682023-05-04 08:13:44 +02005If HAProxy is built with special options such -DDEBUG_THREAD or with
6multi-threading support enabled (which changes the ring's header size),
7it can be worth reusing the same build options for haring, usually they
8will remain compatible, and will simplify the handling of different file
9layouts, at the expense of dragging more dependencies into the executable.