mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
updated homebrew script to provide more detail
This commit is contained in:
parent
345e931073
commit
79e3d55f47
@ -6,6 +6,30 @@
|
|||||||
# https://docs.travis-ci.com/user/installing-dependencies/#using-homebrew-without-addon-on-older-macos-images
|
# https://docs.travis-ci.com/user/installing-dependencies/#using-homebrew-without-addon-on-older-macos-images
|
||||||
# For details on obtaining/using the correct ruby version for homebrew.
|
# For details on obtaining/using the correct ruby version for homebrew.
|
||||||
|
|
||||||
|
echo "-------------------------------------------------"
|
||||||
|
echo $PATH
|
||||||
|
echo $LDFLAGS
|
||||||
|
echo $CPPFLAGS
|
||||||
|
which clang
|
||||||
|
echo "-------------------------------------------------"
|
||||||
brew tap pdf2htmlEX/homebrew-brewTap
|
brew tap pdf2htmlEX/homebrew-brewTap
|
||||||
|
echo "-------------------------------------------------"
|
||||||
|
echo $PATH
|
||||||
|
echo $LDFLAGS
|
||||||
|
echo $CPPFLAGS
|
||||||
|
which clang
|
||||||
|
echo "-------------------------------------------------"
|
||||||
brew update
|
brew update
|
||||||
|
echo "-------------------------------------------------"
|
||||||
|
echo $PATH
|
||||||
|
echo $LDFLAGS
|
||||||
|
echo $CPPFLAGS
|
||||||
|
which clang
|
||||||
|
echo "-------------------------------------------------"
|
||||||
brew install -v pdf2htmlex-new
|
brew install -v pdf2htmlex-new
|
||||||
|
echo "-------------------------------------------------"
|
||||||
|
echo $PATH
|
||||||
|
echo $LDFLAGS
|
||||||
|
echo $CPPFLAGS
|
||||||
|
which clang
|
||||||
|
echo "-------------------------------------------------"
|
||||||
|
Loading…
Reference in New Issue
Block a user