Jump to content

RidgeRun Video Stabilization Library/Getting Started/Building the Library: Difference between revisions

Line 217: Line 217:


sudo ninja -C build install
sudo ninja -C build install
</syntaxhighlight>
If you encounter this issue:
<syntaxhighlight lang="bash">
meson.build:165:4: ERROR: Could not find suitable CUDA compiler: "nvcc"
</syntaxhighlight>
</syntaxhighlight>


Run the following:
<syntaxhighlight lang="bash">
export PATH=/usr/local/cuda-11.4/bin:$PATH
</syntaxhighlight>
For additional customization, you may refer to the following table of options:
For additional customization, you may refer to the following table of options:


739

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.