You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: