Skip to content

Commit f9ce849

Browse files
committed
macos support
1 parent e72c8c3 commit f9ce849

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

foundation-pak/build-foundation-pak-for-ghc-9.2.7.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,22 @@ case "${unameOut}" in
1313

1414
Darwin*)
1515
machine=Mac
16+
1617
brew install basictex
1718
export PATH="/usr/local/texlive/2023basic/bin/universal-darwin:$PATH"
19+
sudo tlmgr update --self
20+
sudo tlmgr install texliveonfly
21+
sudo tlmgr install xelatex
22+
sudo tlmgr install adjustbox
23+
sudo tlmgr install tcolorbox
24+
sudo tlmgr install collectbox
25+
sudo tlmgr install ucs
26+
sudo tlmgr install environ
27+
sudo tlmgr install trimspaces
28+
sudo tlmgr install titling
29+
sudo tlmgr install enumitem
30+
sudo tlmgr install rsfs
31+
1832
brew install python@3.11
1933
pip3 install sphinx==4.3.2
2034
;;

0 commit comments

Comments
 (0)