Qengineering / Traffic-Counter-RPi_64-bit

BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

First time using codeblocks build fails #2

Open johncblacker opened 9 months ago

johncblacker commented 9 months ago

I'm a total noob regarding code:blocks. I loaded the .cbp file into code:blocks and selected Build. I got 9 "no such file or directory each starting with obj/Debug/src/ followed by e.g. kalmanFilter.o, lapjv.o, etc. I guess I'm missing something I should know about using code:blocks before trying this...can you help me?

Qengineering commented 9 months ago

You might take a look here: https://qengineering.eu/opencv-c-examples-on-raspberry-pi.html The slide show is building a Code::Block app from scratch. In your case you need to compile the C++ source files first before building. Use .

johncblacker commented 9 months ago

OK, got it; however, there appears to be a file missing in looking at the README.md - the YOLOV7... file is not in the wget archive retrieved...what's up with that?

johncblacker commented 9 months ago

I might also add that the "installing the app" is sadly missing a lot, in my mind. Perhaps you're assuming a high knowledge level of code:blocks knowledge to begin with?