1. Home
  2. Browse
  3. oscpack

oscpack

v1.1.0#0Latest

A simple C++ Open Sound Control (OSC) packet manipulation library

Install

Run the following Vcpkg command to install the port.

vcpkg install oscpack

Usage

oscpack can be used from CMake via:

find_path(OSCPACK_INCLUDE_DIRS "osc" PATH_SUFFIXES "oscpack")
find_library(OSCPACK_LIBRARY oscpack REQUIRED)
target_include_directories(main PRIVATE ${OSCPACK_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${OSCPACK_LIBRARY})

In case of Windows static link in addition:

target_link_libraries(main PRIVATE ws2_32 winmm)

Dependencies

See source

Version

v1.1.0#0

Publication

Supports

!(windows & !static)

GitHub

RossBencina/oscpack

Homepage

rossbencina.com/code/oscpack

Subtree

1bb0319384

License

Complex license

Definition

Manifest