Page 1 of 1

include curl into rknn_yolo5_demo example.

Posted: 2024-02-10 13:37
by snadv
I use pico max and I can cross compile an example successfully , the example is rknn_yolo5_demo.
and I copy its output to run in pico-max without problem.
Then I want to CURL in main.cc by just include :
#include <curl/curl.h>

(I already install curl by 'sudo apt')

But when do a compilation again , there is an error about curl can not ne found.

I think I have to modify CMakeLists.txt. I search in google and try several ways but not success.
Would you please help me on this issue ?

Thank you.

Re: include curl into rknn_yolo5_demo example.

Posted: 2024-02-11 5:59
by octopus