Skip to content

Commit

Permalink
Merge pull request #3 from zencuke/master
Browse files Browse the repository at this point in the history
Note where the app is built.
  • Loading branch information
stephenhouser authored Jul 25, 2018
2 parents 992e9f3 + 7b76b84 commit ea0c40b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ to run F-Engrave from a Terminal prompt.

## Compiling

In the main directory run `build.sh`. This will create a clickable OSX Application
named `f-engrave.app` that can then be distributed or moved to your Applications folder.
In the main directory run `build.sh`. This will create a clickable
OSX Application in the ./dist directory named `f-engrave.app` that can
then be distributed or moved to your Applications folder.

There are a few complications with compilation that are not addressed in the macOS `build.sh` script and need to be handled manually before compiling. These stem from the System Integrity Protection on macOS (since 10.10) and the system Python packager, `py2app`.

Expand Down

0 comments on commit ea0c40b

Please sign in to comment.