diff options
| author | Liam Cooke <liam@liamcooke.com> | 2020-09-06 15:30:02 +1000 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-09-06 11:20:22 +0200 |
| commit | be06c40292e011e5f9141af49d44530874636b50 (patch) | |
| tree | 5419b27ff0a4b95e2efbbc6ffa0812d7b5d0d408 | |
| parent | ac5f8519c18790855939d8a3b49d28819f6d105c (diff) | |
| download | kristall-be06c40292e011e5f9141af49d44530874636b50.tar.gz | |
Update instructions to build on macOS
See #60.
| -rw-r--r-- | BUILDING.md | 9 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/BUILDING.md b/BUILDING.md index 0f843c5..59e997b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -118,9 +118,10 @@ Compile OpenSSL with the following steps: Use QtCreator to build `./src/kristall.pro` with default settings. -#### MacOS X +#### macOS -Use the `Makefile` to build `build/kristall` instead of the default target. There is currently no auto-recognition of MacOS (where qmake will output a `kristall.app` file), so you have to be a bit more manual. +1. Run `brew install qt openssl` to install the `qt` and `openssl` packages with [Homebrew](https://brew.sh/). +2. Run `make build/kristall` to build `kristall.app` in the `build` directory. #### Haiku @@ -142,6 +143,10 @@ cp Kristall.desktop ~/.local/share/applications/kristall.desktop update-desktop-database ~/.local/share/applications ``` +### macOS + +Copy `kristall.app` from the `build` directory to `/Applications`. + ### Haiku Link the `kristall` executable to your applications menu: @@ -37,7 +37,7 @@ A high-quality visual cross-platform gemini browser. - FreeBSD - NetBSD - OpenBSD - - MacOS X + - macOS - Haiku ## Screenshots @@ -78,4 +78,4 @@ See [ROADMAP.md](ROADMAP.md) Kristall is released under the GPLv3 or (at your option) any later version. [See LICENCE as well](LICENCE) -[See LICENCE as well](LICENCE)
\ No newline at end of file +[See LICENCE as well](LICENCE) |
