mono/packages/kbot/cpp
2026-03-30 12:07:13 +02:00
..
config kbot meets cpp - the beginnings :) 2026-03-29 18:38:21 +02:00
orchestrator kbot cpp testing 2026-03-30 12:07:13 +02:00
packages kbot cpp testing 2026-03-30 11:49:10 +02:00
scripts kbot cpp testing 2026-03-30 12:07:13 +02:00
src kbot cpp testing 2026-03-30 12:07:13 +02:00
tests kbot cpp testing 2026-03-30 12:07:13 +02:00
.gitignore kbot cpp testing 2026-03-30 11:49:10 +02:00
build-linux.sh kbot meets cpp - the beginnings :) 2026-03-29 18:38:21 +02:00
CMakeLists.txt kbot cpp testing 2026-03-30 11:49:10 +02:00
CMakePresets.json kbot meets cpp - the beginnings :) 2026-03-29 18:38:21 +02:00
config.toml kbot meets cpp - the beginnings :) 2026-03-29 18:38:21 +02:00
install-lnx.sh kbot meets cpp - the beginnings :) 2026-03-29 18:38:21 +02:00
LICENSE kbot meets cpp - the beginnings :) 2026-03-29 18:38:21 +02:00
package-lock.json kbot meets cpp - the beginnings :) 2026-03-29 18:38:21 +02:00
package.json kbot cpp testing 2026-03-30 11:49:10 +02:00
polymech.md kbot cpp testing 2026-03-30 12:07:13 +02:00
README.md kbot meets cpp 1/3 2026-03-30 10:46:50 +02:00

polymech-cli

Cross-platform C++ CLI built with CMake.

Prerequisites

Tool Version
CMake ≥ 3.20
C++ compiler C++17 (MSVC, GCC, or Clang)

Build

# Debug
cmake --preset dev
cmake --build --preset dev

# Release
cmake --preset release
cmake --build --preset release

Usage

polymech-cli --help
polymech-cli --version

License

BSD-3-Clause

Requirements