Darknet: Open Source Neural Networks in C
https://pjreddie.com/darknet/
pjreddie/darknet
https://github.com/pjreddie/darknet
1. Eclipse -> Workspace
/home/strong/eclipse-darknet
2. Launch
3. Makefile project
Create a new C project -> C Project -> Makefile project -> Empty Project -> Linux GCC -> darknet_181107
4. Select Configurations
5. Import
方法 1
darknet-master 内的全部文件复制到 darknet_181107 工程文件夹,即 /home/strong/eclipse-darknet/darknet_181107
Refresh (F5)
方法 2
File -> Import… -> General -> File System -> Next -> Finish
注意:Advanced 下的选项全部不要勾选
Eclipse 将根据代码中的 Makefile 文件编译工程,而不是使用 Eclipse 自己生成的 Makefile 文件。
6. Build Project
方法 1
right-click on the darknet_181107 -> Build Project
方法 2
如果你写的 Makefile 中的第一个目标是 all,就可以直接编译工程,build all 即可。
Project -> Build All
right-click on the darknet_181107 -> Properties
相关文章
- Eclipse - Darknet - Makefile project - Debug / Run - launch configurations
- Makefile
- makefile
- makefile
- Makefile
- IDEA 导入eclipse project 找不到 eclipse
- 将Eclipse的Java Project转换为Dynamic Web Project
- eclipse java project 转换为 web project(转)
- Eclipse 中 将Java Project 转换为Dynamic Web Project
- MSBuild-MSB3073--error-in-VS-Android-Linux-