Skydel Custom Signal Documentation
  • Introduction
  • Development Environment
    • Ubuntu 22.04
    • Windows
    • Compilation
  • Architecture
  • Implementation
  • Usage
  • Examples
  • Future Evolutions
Powered by GitBook
On this page
  • Source Code
  • Command Line
  1. Development Environment

Compilation

Source Code

git clone https://github.com/learn-orolia/skydel-custom-signal

Command Line

Here's how to compile the custom signal project:

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4
From the Command Prompt
mkdir build
cd build
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
PreviousWindowsNextArchitecture

Last updated 8 months ago