mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-21 10:45:12 -04:00
manual: fix macOS instructions
This commit is contained in:
parent
9e06845c93
commit
be0d9bc663
2 changed files with 8 additions and 4 deletions
|
@ -194,13 +194,15 @@ install Homebrew input the following line into the macOS terminal
|
|||
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
|
||||
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).
|
||||
|
||||
|
|
|
@ -372,11 +372,13 @@ Homebrew input the following line into the macOS terminal
|
|||
/bin/bash -c "$(curl -fsSL \
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue