dilevin / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 7 forks source link

building issues on Mac #21

Open zhangxyleon opened 4 years ago

zhangxyleon commented 4 years ago

I follow instructions on README to build. But when I issue 'make', the command line will output " make: *** No targets specified and no makefile found. Stop. ". What argument should I input for 'make'?

songfeil commented 4 years ago

As prof mentioned in #16 ,

We don’t provide support for the code on windows or osx, only the cdf machines. If the problem persists on the cdf machines, please submit a code snippet with test data to this issue.

But if there's no makefile found, you should probably make sure that the "cmake" command runned successfully.