Skip to main content

Minimum requirements

|

Development Machine

The Magic Lane Maps SDK for C++ supports development on the following platforms:

  • Windows: Windows 10 or later with Microsoft Visual Studio 2019 or 2022
  • Linux: Modern Linux distribution with GCC/Clang toolchain and standard development tools
  • macOS: Alternatively, macOS users can develop using Docker Desktop with a Linux container environment

System requirements:

  • Processor: x64 CPU (Intel or AMD)
  • Memory: Minimum 8 GB RAM (16 GB recommended)
  • Graphics: OpenGL ES compatible GPU and drivers
  • Storage: At least 2 GB of free disk space for SDK libraries and dependencies

The SDK is distributed as a C++ library, consisting of header files and platform-specific shared libraries (.dll on Windows, .so on Linux).

note

The Linux build is available upon request. Contact Magic Lane here to obtain the Linux package.

Target Devices

The SDK is engineered for high efficiency and broad portability across a wide range of platforms and hardware configurations.

Supported architectures:

  • ARM 32-bit and 64-bit Linux (including the Raspberry Pi family, down to Raspberry Pi Zero)
  • x64 Linux distributions
  • Microsoft Windows (desktop)

Minimum device requirements:

  • CPU: ARMv6 or newer (ARM), x64 (Intel/AMD)
  • Memory: 512 MB RAM
  • Graphics: OpenGL ES compatible GPU (hardware acceleration optional but recommended)
  • Storage: 100 MB available for SDK runtime files

With a lightweight footprint and minimal hardware demands, the SDK is well suited for both embedded and desktop deployments.