cheungxi / texlive-source

source part of the TeX Live subversion repository - for issues please contact the tex-k mailing list at tug.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Id: README 62297 2022-02-28 22:13:17Z karl $
Public domain.  Originally written 2005 by Karl Berry.

For a high-level overview of building TeX Live, see
http://tug.org/texlive/build.html.  In brief:

- To configure and make the source tree, run ./Build.
  This builds in subdirectory Work/, and installs into subdirectory inst/.

- To build (mostly) without optimization, run ./Build --debug.

- If the make fails and you want to rebuild without starting from scratch:
  cd Work/whatever/subdir && make

Email tlbuild@tug.org if problems.

(Nearly everything the Build script does can be overridden via
environment variables; just take a look to see the names.)

Many more details about the TL build system, such as configuring to work
on a single program, adding new programs or libraries, documentation
about the many pieces of the system, etc., are in the doc/tlbuild*
document and the sibling README* files here (which are generated from
that document).


Build information for some of the platforms.
See also Master/tlpkg/bin/tl-update-bindir

aarch64-linux:
  aarch64 Debian GNU/Linux 10 (buster)
  gcc (Debian 8.3.0-6) 8.3.0
  ./Build --enable-arm-neon=check

armhf-linux:
  Raspbian/Raspberry Pi OS (Debian Buster)
  gcc version 10.2.1 20210110 (Raspbian 10.2.1-6+rpi1)
  ./Build --enable-xindy CLISP=${BUILD_ROOT_DIR}/clisp/clisp-build/clisp}
  armhf-linux binaries are created and tested on RPi;
  they run on RPi, as well as ARMv7 CPUs, but are untested on non-RPi
  ARMv6 machines.

i386-cygwin, x86_64-cygwin: gcc-10.2.0, cygwin-3.1.7
  TL_CONFIGURE_ARGS="--enable-xindy --enable-shared CLISP=/path/to/clisp.exe
    LDFLAGS='-Wl,--no-insert-timestamp -Wl,--stack,0x800000'" \
  ./Build
  
i386-freebsd, amd64-freebsd:
  Built on contextgarden, see below.
  FreeBSD 11.4

i386-linux: see travis below.

i386-netbsd, amd64-netbsd:
  NetBSD/amd64 9.2
  gcc version 7.5.0 (nb4 20200810)
    TL_MAKE=gmake CC=gcc CXX=g++ \
    CFLAGS=-D_NETBSD_SOURCE \
    CXXFLAGS='-D_NETBSD_SOURCE -std=c++11' \
    LDFLAGS='-L/usr/X11R7/lib -Wl,-rpath,/usr/X11R7/lib' \
  ./Build --enable-xindy CLISP=/usr/local/bin/clisp

i386-solaris, x86_64-solaris:
  Built on contextgarden, see below.
  Solaris 10, gcc 5.5.  See doc/README.solaris.

universal-darwin: See Master/source/mactexdoc.tar.xz.

win32:
  Makefiles written by hand, see Master/source/w32tex-src.tar.xz.
  Visual Studio 2010 and Visual Studio 2015.

x86_64-darwinlegacy:
  Mac OS X 10.6, clang 5.0, libc++ required
  auxiliary installer binaries: Mac OS X 10.6, gcc -std=c99.
  https://github.com/TeXLive-M/texlive-buildbot
  http://build.contextgarden.net/waterfall?tag=c/texlive
  (These links have info on all platforms built by Mojca.)

i386-linux,
x86_64-linux,
x86_64-linuxmusl:
  CentOS 7 Docker image with musl libc 1.1.5, plus gcc10:
    yum -y install centos-release-scl-rh
    yum -y install devtoolset-9-gcc-c++
    yum install -y fontconfig-devel libX11-devel libXmu-devel libXaw-devel
  Binaries are taken from the CI testing via github;
  see the source/.github/* files for details on how to build,
  and tlpkg/bin/tl-update-bindir for updating binaries (in general).

About

source part of the TeX Live subversion repository - for issues please contact the tex-k mailing list at tug.org


Languages

Language:C 49.2%Language:C++ 23.7%Language:Makefile 5.3%Language:HTML 3.5%Language:Perl 2.9%Language:CWeb 2.4%Language:Assembly 2.1%Language:xBase 1.5%Language:TeX 1.3%Language:Shell 1.2%Language:Asymptote 1.0%Language:Roff 0.9%Language:Lua 0.9%Language:M4 0.8%Language:Python 0.7%Language:Fortran 0.5%Language:Hack 0.3%Language:CMake 0.2%Language:Common Lisp 0.1%Language:Pascal 0.1%Language:JavaScript 0.1%Language:Prolog 0.1%Language:Lex 0.1%Language:Mathematica 0.1%Language:Emacs Lisp 0.1%Language:Tcl 0.1%Language:Java 0.1%Language:DIGITAL Command Language 0.1%Language:Yacc 0.1%Language:Ada 0.0%Language:Batchfile 0.0%Language:Meson 0.0%Language:CSS 0.0%Language:C# 0.0%Language:Awk 0.0%Language:PostScript 0.0%Language:Objective-C++ 0.0%Language:M 0.0%Language:Starlark 0.0%Language:Ragel 0.0%Language:Ruby 0.0%Language:NSIS 0.0%Language:GLSL 0.0%Language:Cuda 0.0%Language:Vim Script 0.0%Language:RUNOFF 0.0%Language:Dockerfile 0.0%Language:sed 0.0%Language:XSLT 0.0%Language:Charity 0.0%Language:Objective-C 0.0%Language:XS 0.0%Language:Module Management System 0.0%Language:Gnuplot 0.0%Language:SAS 0.0%Language:DM 0.0%Language:Clean 0.0%Language:Promela 0.0%Language:PLSQL 0.0%Language:BlitzBasic 0.0%Language:OpenEdge ABL 0.0%Language:NASL 0.0%