-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Install caffe system-wide #3925
Comments
if you use debian or ubuntu, you may try to build |
I'd also like to see a proper install target. IIRC, CMake just does the same thing as the raw Makefile build. We should let CMake do what it wants to do - install things to standard locations. @cdluminate cleaning up the |
A |
I'm fixing the cmake install stuff for the Debian packages.
|
I'd like to use both caffe (C++) and pycaffe in some of my projects. I've managed to
make all
and evenmake runtest
, but there doesn't appear to be anymake install
. I've seen some comments here and there about copying files, symlinking files, or adding directories to PYTHONPATH and the like, but these haven't worked for me. What is the right way to do this?The text was updated successfully, but these errors were encountered: