Skip to content

Commit

Permalink
add latex install
Browse files Browse the repository at this point in the history
  • Loading branch information
chuyang-wang-dev committed Jan 19, 2025
1 parent 22cd53a commit d0e1271
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ install-network: ## Install network packages for web server
sudo $(PACKAGE_MGR_INSTALL) nginx-full

install-tex: ## Install latex related packages for statement compilation
sudo $(PACKAGE_MGR_INSTALL) texlive-latex-base
sudo $(PACKAGE_MGR_INSTALL) texlive-latex-recommended texlive-fonts-extra \
texlive-fonts-recommended texlive-formats-extra texlive-lang-english \
texlive-lang-german texlive-luatex texlive-science

install-full: install install-network install-tex ## Install the complete cms suite including web server and statement compilation capability

0 comments on commit d0e1271

Please sign in to comment.