macOS: Update description at top of MacOSX/build-package script

Explicitly mention that this script builds the tokend and command
line tools (as it does not build the CryptoTokenKit app extension).

Add two missing packages in the list of build dependencies.
This commit is contained in:
David Ward 2018-04-24 20:50:29 -04:00 committed by Frank Morgner
parent bddef2485f
commit 841e13c9c1
1 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,11 @@
#!/bin/bash
# Building the installer is only tested and supported on 10.9+ with Xcode 6.0.1
# Built package targets 10.10
# Building should also work on older versions with older revisions or slight changes, YMMV
# Build the macOS installer for the tokend and command line tools.
#
# This is only tested and supported on macOS 10.10 or later, using Xcode 6.0.1.
# Building should also work on older macOS versions with slight changes; YMMV.
# You need to have the following from homebrew or macports or fink:
# autoconf automake libtool pkg-config
# You need to install the following packages from homebrew or macports or fink:
# autoconf automake libtool pkg-config help2man gengetopt
export MACOSX_DEPLOYMENT_TARGET="10.10"