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.
include curl into rknn_yolo5_demo example.
You can refer to this post:
https://forums.luckfox.com/viewtopic.php?t=88
https://forums.luckfox.com/viewtopic.php?t=88