Build and configuration
General Build Options
Building the xeus-r library
xeus-r build supports the following options:
XEUS_R_BUILD_SHARED: Build thexeus-rshared library. Enabled by default.XEUS_R_BUILD_STATIC: Build thexeus-rstatic library. Enabled by default.XEUS_R_USE_SHARED_XEUS: Link with a xeus shared library (instead of the static library). Enabled by default.
Building the kernel
The package includes two options for producing a kernel: an executable xr and a Python extension module, which is used to launch a kernel from Python.
XEUS_R_BUILD_EXECUTABLE: Build thexrexecutable. Enabled by default.
If XEUS_R_USE_SHARED_XEUS_R is disabled, xr will be linked statically with xeus-r.
Building the Tests
XEUS_R_BUILD_TESTS: enables the tests Disabled by default.