Lines Matching refs:library
1 # Maintaining shared library support
4 a shared library. The shared library is called libnode with additional postfixes
6 The shared library provides a way to embed Node.js into other
13 out for when maintaining the shared library support.
15 Currently, shared library support has only been tested on:
22 ## Building with shared library option
24 On non-Windows platforms, Node.js is built with the shared library
26 platforms Node.js is built with the shared library option by
32 * library - libnode
36 against the shared library.
38 The executable and library will have extensions as appropriate
49 library it is up to the application developer to add options
50 so that the shared library can be found by the application or
55 so that it can find the shared library in one of
61 as a `lib` directory in which the shared library is
63 is build with the shared library option will
64 place the executable and library.
67 that both the executable and shared library will
72 the path to the shared library hardcoded as that
80 not be exported by the shared library. In the case of
93 instead of the shared library itself.
95 The node executable and shared library are built and linked
100 library and want to support native addons should employ
106 are some CI jobs that can be used to test the shared library support and
115 For code that modifies/affects shared library support these CI jobs should