antlr / antlr4-lab

A client/server for trying out and learning about ANTLR
MIT License
36 stars 11 forks source link

Dependencies #20

Closed kaby76 closed 2 years ago

kaby76 commented 2 years ago
parrt commented 2 years ago

Weird! I did headless on my ubuntu box but updating doc anyway. thanks!

terence_parr@lab:~$ history |grep jre
    2  apt install openjdk-11-jre-headless
    3  sudo apt install openjdk-11-jre-headless
    5  sudo apt install openjdk-11-jre-headless
  274  history |grep jre

I think I mentioned the others in README:

sudo apt install texlive-extra-utils # gets pdfcrop
sudo apt install pdf2svg
kaby76 commented 2 years ago

That looks great. I'm not sure if it's required but you might want to add "-y" after the "install" in every "sudo apt install", too. E.g., "sudo apt install -y maven".

parrt commented 2 years ago

Ah. yep. good idea.