Cycling74 / cv.jit

A collection of max/msp/jitter externals, abstractions and help files for computer vision applications originally authored by Jean-Marc Pelletier.
Other
130 stars 26 forks source link

No Xcode or Visual Studio projects as stated in ReadMe file #16

Closed nesdnuma closed 3 years ago

nesdnuma commented 7 years ago

Hello,

The ReadMe states that: 'You will find Visual Studio and Xcode projects in the "source/projects/Windows" and "source/projects/OSX" folders, respectively.'

However I can't see these subfolders. So how does one build the objects?

tap commented 7 years ago

Thanks for the report. You are correct and it looks like the ReadMe is out of date.

The projects are generated by CMake. So, for example, to generate the Xcode project on the Mac (assuming you have CMake installed) you can do the following in the Terminal:

Now if you look in the "build" folder you will find an Xcode project.

nesdnuma commented 6 years ago

Thanks!