PetteriAimonen / focus-stack

Fast and easy focus stacking
MIT License
249 stars 37 forks source link

Build on Mac? #32

Open GrahamEnigma opened 1 year ago

GrahamEnigma commented 1 year ago

I'm following the instruction to build on a Mac. All is good until I try to build or make. I suspect I need to be in a specific folder, but cannot work out where. I'm not a developer so tried following the make instructions and I get:

make: No targets specified and no makefile found. Stop. graham@GBB-M1 ~ % make install make: No rule to make target `install'. Stop.

Can I build the CL version AND the .app on the same machine?

Cheers

PetteriAimonen commented 1 year ago

You need to be in the source code directory of focus-stack for running make. So download e.g. the zip, extract it somewhere and use cd command to go to that folder.