Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Compile sources 

Code Block
languagebash
cd hailort
cmake . -Bbuild -DCMAKE_BUILD_TYPE=Release -DHAILO_BUILD_GSTREAMER=1 -DCMAKE_INSTALL_PREFIX=/usr
sudo cmake --build build --target install

...