Skip to content

Commit

Permalink
Update ReadMe with rationale for building Sparkle
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo authored Oct 21, 2022
1 parent ef9398a commit f06ccf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Please visit [Sparkle's website](http://sparkle-project.org) for up to date docu

## Usage

See [getting started guide](https://sparkle-project.org/documentation/). No code is necessary, but a bit of Xcode configuration is required.
See [getting started guide](https://sparkle-project.org/documentation/). No code is necessary, but a bit of configuration is required.

### Troubleshooting

Expand All @@ -52,7 +52,9 @@ If you are adding a symbol to the public API you must decorate the declaration w

### Building the distribution package

`cd` to the root of the Sparkle source tree and run `make release`. Sparkle-*VERSION*.tar.xz (or .bz2) will be created in a temporary directory and revealed in Finder after the build has completed.
You do not usually need to build a Sparkle distribution unless you're making changes to Sparkle itself.

To build a Sparkle distribution, `cd` to the root of the Sparkle source tree and run `make release`. Sparkle-*VERSION*.tar.xz (or .bz2) will be created in a temporary directory and revealed in Finder after the build has completed.

Alternatively, build the Distribution scheme in the Xcode UI.

Expand Down

0 comments on commit f06ccf2

Please sign in to comment.