Skydel Custom Signal Documentation
  • Introduction
  • Development Environment
    • Ubuntu 22.04
    • Windows
    • Compilation
  • Architecture
  • Implementation
  • Usage
  • Examples
  • Future Evolutions
Powered by GitBook
On this page
  • MSVC
  • CMake
  • Git
  1. Development Environment

Windows

PreviousUbuntu 22.04NextCompilation

Last updated 1 year ago

MSVC

Download latest Build Tools for Visual Studio 2019 and install C++ build tools.

Version should at least be 19.28.29924 for cl
# Path might be different on newer versions
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29910\bin\Hostx64\x64\cl.exe
> Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29924 for x64

CMake

Version should be 3.22.1 for cmake
cmake --version
> cmake version 3.22.1

Git

Version should at least be 2.30.2 for git
git --version
> git version 2.30.2.windows.1

Download and install . Make sure to add CMake to the system PATH.

Download and install .

CMake
Git
online installer