-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问如何在Linux上编译源码? #69
Comments
需要先安装protobuf devel |
少了protobuf-compiler |
已解决,谢谢 |
install opencv for building example 的时候遇到这么一个问题:ncnn/examples/fasterrcnn.cpp:3:33: fatal error: opencv2/core/core.hpp: 没有那个文件或目录 |
一样的问题, 请问是如何解决的? |
Did anyone (@522730312, @creat2012) solve this issue? I am also getting the same problem of opencv2/core/core.hpp file not found. |
ubuntu@6f2da8572426: |
make编译出现以下问题: |
你好,同样在问题,请问如何解决 |
请问这个怎么解决的 |
我直接操作如下
1. cd ncnn 2. mkdir build && cd build 3. cmake .. 4. make
make 的时候报错如下
[ 90%] Linking CXX executable ncnn2mem [ 90%] Built target ncnn2mem make[2]: *** No rule to make target '../tools/PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND', needed by 'tools/caffe.pb.cc'. Stop. CMakeFiles/Makefile2:179: recipe for target 'tools/CMakeFiles/caffe2ncnn.dir/all' failed make[1]: *** [tools/CMakeFiles/caffe2ncnn.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: