Xcode 5 hides the project files pretty well but you can find them under:
 /users/username/Library/Developer/Xcode/DerivedData  
And where are the OpenCV files you installed using cmake?
The lib-files are in
 /usr/local/lib   /usr/local/include Also important to know is the location of additional libraries you installed using MacPorts. MacPorts installs everything to
 /opt/localBecause auf the hidden folders and the rather longer paths I created for me some aliases to acess these folders rapidly from my working folder.
Program versions:
OS: Mac OS X 10.9.1
Xcode: 5.0.2
OpenCV: 2.4.8.0
MacPorts: 2.2.1
 
No comments:
Post a Comment