Browse Source

Basic installation

master
parent
commit
d2aa39a4a7
1 changed files with 15 additions and 1 deletions
  1. +15
    -1
      README.md

+ 15
- 1
README.md View File

@ -1,3 +1,17 @@
# texlive-installation
New texlive installation guide
New texlive installation guide
# Base installation of texlive
Non-interactive default installation on anything but Windows:
1. cd /tmp # working directory of your choice
2. wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
3. zcat install-tl-unx.tar.gz | tar xf -
4. cd install-tl-*
5. sudo perl ./install-tl --scheme=base
6. Finally, prepend /usr/local/texlive/YYYY/bin/PLATFORM to your PATH,
e.g., export PATH="/usr/local/texlive/2022/bin/aarch64-linux/:$PATH"
Try to make the installation with symlink

Loading…
Cancel
Save