Jump to content

DeepStream Reference Designs/Getting Started/Environment Setup: Difference between revisions

Line 57: Line 57:
$ cmake ..
$ cmake ..
$ cmake --build .
$ cmake --build .
</syntaxhighlight>
To copy the built librabbitmq.so library to its final location on the Jetson, enter the following command:
<syntaxhighlight lang="bash">
$ sudo cp ./librabbitmq/librabbitmq.so.4 /usr/lib/aarch64-linux-gnu/
</syntaxhighlight>
</syntaxhighlight>
   
   
583

edits

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