Skip to content
jmorgensen edited this page Nov 7, 2012 · 2 revisions

This page is for pending questions regarding the direction of headcrab.js.

Libraries

Inclusion

How should we include libwebsockets and jansson? Options:

  1. Do not include them; merely point the user to them.
  2. Include the source directly.
  3. Include them through git submodules.

Linking

As-is, they compile to dynamic libraries which must be linked against and installed. This seems inconvenient. Should we build libwebsockets and jansson as static libraries themselves and embed them in our library?

Clone this wiki locally