mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
manual: fix macOS instructions
This commit is contained in:
parent
9e06845c93
commit
be0d9bc663
@ -194,13 +194,15 @@ install Homebrew input the following line into the macOS terminal
|
|||||||
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
Once Homebrew is installed use the following command to install the Zint.
|
Once Homebrew is installed use the following command to install the CLI and
|
||||||
|
library
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install zint
|
brew install zint
|
||||||
```
|
```
|
||||||
|
|
||||||
To build from source see `"README.macos"` in the project root directory.
|
To build from source (and install the GUI) see `"README.macos"` in the project
|
||||||
|
root directory.
|
||||||
|
|
||||||
[^1]: See the Homebrew website [https://brew.sh](https://brew.sh).
|
[^1]: See the Homebrew website [https://brew.sh](https://brew.sh).
|
||||||
|
|
||||||
|
@ -372,11 +372,13 @@ Homebrew input the following line into the macOS terminal
|
|||||||
/bin/bash -c "$(curl -fsSL \
|
/bin/bash -c "$(curl -fsSL \
|
||||||
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
|
||||||
Once Homebrew is installed use the following command to install the Zint.
|
Once Homebrew is installed use the following command to install the CLI and
|
||||||
|
library
|
||||||
|
|
||||||
brew install zint
|
brew install zint
|
||||||
|
|
||||||
To build from source see "README.macos" in the project root directory.
|
To build from source (and install the GUI) see "README.macos" in the project
|
||||||
|
root directory.
|
||||||
|
|
||||||
2.4 Zint Tcl Backend
|
2.4 Zint Tcl Backend
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user