Closed FreshXOpenSource closed 8 years ago
To use the seaduk version in external products it is needed, that core functions are build as libraries. The patched Makefile can now (depending on flags)
To control the buildprocess you can set in the Makefile :
LIBUV=deps/libuv (default)
BUILDTYPE=static (default)
Tested on Redhat EL7 (gcc), Darwin (clang)
To use the seaduk version in external products it is needed, that core functions are build as libraries. The patched Makefile can now (depending on flags)
To control the buildprocess you can set in the Makefile :
LIBUV=deps/libuv (default)
LIBUV=system
LIBUV=pkg-config
BUILDTYPE=static (default)
BUILDTYPE=shared
Tested on Redhat EL7 (gcc), Darwin (clang)