Skip to content

Latest commit

 

History

History
90 lines (83 loc) · 2.8 KB

File metadata and controls

90 lines (83 loc) · 2.8 KB

libsersi
(IEEE 1278.1a-1998)

Stargazers Conan Version Issues Contributors
Maintained

 

💭 About

C++ implementation of the IEEE 1278.1a-1998 Distributed Interactive Simulation (DIS) application protocol. This library was implemented according to the IEEE Std 1278.1a-1998 publication. The name libsersi is derived from the words "serialize" and "simulation".

📕 Documentation

Will add Doxygen documentation in a future patch.

🔰 Getting Started

This library can be manually built and installed with CMake and make tools, or it can be imported from the Conan Center.

Building from Source

To build from source, CMake 3.22+ is required. On Linux, run the following commands to build and install:

mkdir build
cd build
cmake ..
make

To build Linux package files, run

make package

To install the library into your CMAKE_INSTALL_PREFIX, run

make install

Importing with Conan

Conan 2.x is required to import this library.

Copyright © 2024-present Cameron Howell