|
|
@@ -64,8 +64,8 @@ OpENer also now has a real-time capable POSIX startup via the OpENer_RT option,
|
|
|
If you want to use OpENer_RT, instead of step 2, the ``sudo setcap cap_net_raw,cap_ipc_lock,cap_sys_nice+ep ./src/ports/POSIX/OpENer
|
|
|
`` has to be run to grant OpENEr ``CAP_SYS_NICE``, ``CAP_IPC_LOCK``, and the ``CAP_NET_RAW`` capabilities, needed for the RT mode
|
|
|
|
|
|
-Shared library support has been added to CMakeLists file and is enabled by setting `-DBUILD_SHARED_LIBS=ON` when calling cmake.
|
|
|
-It has only been tested under Linux/POSIX platform.
|
|
|
+OpENer can also be built and installed as a library by setting the CMake flag `-DOPENER_INSTALL_AS_LIB`. To build a shared library,
|
|
|
+the global option `-DBUILD_SHARED_LIBS=ON` should also be set. It has only been tested under Linux/POSIX platform.
|
|
|
|
|
|
|
|
|
Compile for Windows XP/7/8 via Visual Studio:
|