mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Manual: Add Apple macOS specific information
This commit is contained in:
parent
f23af1b55a
commit
af50515a49
@ -121,12 +121,15 @@ executable and follow the instructions on-screen.
|
|||||||
|
|
||||||
2.3 Apple macOS
|
2.3 Apple macOS
|
||||||
---------------
|
---------------
|
||||||
Zint can be compiled on macOS from the command line using the same steps as shown
|
Zint can be installed using Homebrew. To install homebrew input the following
|
||||||
for Linux above. Currently the Zint Barcode Studio GUI is not known to work on
|
line into the MacOS terminal
|
||||||
macOS. The Zint developers do not currently have access to Apple hardware and
|
|
||||||
so are not able to provide support or binaries for macOS. If you are a macOS
|
/usr/bin/ruby -e "$(curl -fsSL
|
||||||
developer, however, or if you have any success in building Zint on macOS, we
|
https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||||
would love to hear from you.
|
|
||||||
|
Once homebrew is installed use the following command to install Zint.
|
||||||
|
|
||||||
|
brew install zint
|
||||||
|
|
||||||
2.4 zint tcl backend
|
2.4 zint tcl backend
|
||||||
--------------------
|
--------------------
|
||||||
@ -1549,7 +1552,7 @@ where symbol size needs to be kept to a minimum. 34 predefined symbol sizes are
|
|||||||
available with 1 - 4 columns and 4 - 44 rows. The maximum size MicroPDF417
|
available with 1 - 4 columns and 4 - 44 rows. The maximum size MicroPDF417
|
||||||
symbol can hold 250 alphanumeric characters or 366 digits. The amount of error
|
symbol can hold 250 alphanumeric characters or 366 digits. The amount of error
|
||||||
correction used is dependent on symbol size. The number of columns used can be
|
correction used is dependent on symbol size. The number of columns used can be
|
||||||
determined using the –cols switch or option_2 as with PDF417. This symbology
|
determined using the --cols switch or option_2 as with PDF417. This symbology
|
||||||
uses Latin-1 character encoding by default but also supports the ECI encoding
|
uses Latin-1 character encoding by default but also supports the ECI encoding
|
||||||
mechanism. A separate symbology ID can be used to encode Health Industry
|
mechanism. A separate symbology ID can be used to encode Health Industry
|
||||||
Barcode (HIBC) data which adds a leading '+' character and a modulo-49 check
|
Barcode (HIBC) data which adds a leading '+' character and a modulo-49 check
|
||||||
@ -2436,6 +2439,9 @@ trademarks of Microsoft Corporation in the United States and/or other countries.
|
|||||||
Linux is the registered trademark of Linus Torvalds in the U.S. and other
|
Linux is the registered trademark of Linus Torvalds in the U.S. and other
|
||||||
countries.
|
countries.
|
||||||
|
|
||||||
|
Mac and macOS are trademarks of Apple Inc., registered in the U.S. and other
|
||||||
|
countries.
|
||||||
|
|
||||||
Zint.org.uk website design and hosting provided by Robert Elliott.
|
Zint.org.uk website design and hosting provided by Robert Elliott.
|
||||||
|
|
||||||
7.2 Patent Issues
|
7.2 Patent Issues
|
||||||
|
Loading…
Reference in New Issue
Block a user