tinytex-releases icon indicating copy to clipboard operation
tinytex-releases copied to clipboard

Only x86_64 support or also others?

Open Dexus opened this issue 4 years ago • 2 comments

Hi, I would like to know is ther only x86_64 support or also other architectures?

Dexus avatar Aug 22 '21 19:08 Dexus

Currently TinyTeX is only built on platforms supported by AppVeyor: https://github.com/yihui/tinytex/blob/master/appveyor.yml To support other architectures, I'll need a CI service that supports them.

That said, you can install TinyTeX for any architecture (as long as it's supported by TeX Live) using the scripts:

  • Windows: https://github.com/yihui/tinytex/blob/master/tools/install-windows.bat
  • *nix: https://github.com/yihui/tinytex/blob/master/tools/install-unx.sh

The only problem is that these scripts installs TeX Live "from source" (a little bit slower and more fragile) and you won't be able to benefit from the pre-built binaries here.

yihui avatar Aug 23 '21 15:08 yihui

It looks like at least for macOS, the downloaded TeX Live binaries are universal, and contain both x86_64 and arm64 executables. (e.g. try file ~/Library/TinyTeX/bin/universal-darwin/tex)

corwin-of-amber avatar Sep 02 '21 21:09 corwin-of-amber