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

Last updated