darknet-cpp-wrapper icon indicating copy to clipboard operation
darknet-cpp-wrapper copied to clipboard

Compile line to be added to Makefile

Open sjdrc opened this issue 7 years ago • 2 comments

Hey, thanks for the wrapper.

Can you give me an example of what g++ command you add to the Makefile to compile the wrapper?

Also, just letting you know that pjreddie moved the darknet.c file to the examples folder from the src folder upstream.

Thanks!

sjdrc avatar Jun 21 '17 16:06 sjdrc

I'm also not too familiar with Makefiles, since I was using a windows port here https://github.com/AlexeyAB/darknet . If you managed to understand how to modify the Makefile, please let me know so I can add to the readme, or make a pull request. :)

thanks.

On Wed, Jun 21, 2017 at 12:14 PM, sjdrc [email protected] wrote:

Hey, thanks for the wrapper.

Can you give me an example of what g++ command you add to the Makefile to compile the wrapper?

Also, just letting you know that pjreddie moved the darknet.c file to the examples folder from the src folder upstream.

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TommyX12/darknet-cpp-wrapper/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AHcqCk2ok0Iy9jLF_kl1_4MCywoZds3yks5sGUFbgaJpZM4OBMh6 .

TommyX12 avatar Jun 21 '17 19:06 TommyX12

Can you tell me what g++ command you use to compile your wrapper?

sjdrc avatar Jun 22 '17 08:06 sjdrc