Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.25 KB

File metadata and controls

28 lines (18 loc) · 1.25 KB

Platform Badge

Platform

What it shows

A static badge listing the operating systems on which ThemisDB can be built and run:

  • Linux – primary target; Ubuntu 22.04 LTS is the reference platform used in CI.
  • macOS – supported via CMake + Homebrew/vcpkg; tested on Apple Silicon and Intel.
  • Windows – supported via CMake + vcpkg + MSVC (Visual Studio 2022); .ps1 build script available.

What it does NOT guarantee

  • All features are verified on Linux. macOS and Windows support may lag for edge cases.
  • GPU acceleration requires CUDA-capable hardware and is Linux/Windows only (CUDA is not supported on macOS).

Source of truth

Source URL
CI platform (Linux) .github/workflows/01-core_themis-core-ci.yml
Windows build script setup-build-env.ps1
Build documentation SETUP.md

How contributors can verify

Follow the platform-specific instructions in SETUP.md to set up a build environment on your OS.