2019-10-23 12:58:11 +02:00
2019-10-23 12:58:11 +02:00
2019-10-16 15:11:16 +02:00
2019-10-16 15:11:16 +02:00
2019-10-16 15:11:16 +02:00
2019-10-21 15:19:26 +00:00
2019-10-16 15:11:16 +02:00
2019-10-16 15:11:16 +02:00

vKVM Library

Installation

Use the installation script provided in the Scripts repository to install the full package.

Installing a single component is currently not supported.

Usage

Include this library with

set(LIB_PATH "${CMAKE_SOURCE_DIR}/../library")

include_directories(${LIB_PATH}/include)
add_executable(your_client ${SOURCES} ${HEADERS})

target_link_libraries(your_client ${LIB_PATH}/lib/liblibrary.a)

in your CMakeLists.

More documentation coming soon.

Description
No description provided
Readme 112 KiB
Languages
C++ 98%
Shell 2%