This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://serveur-svn.lri.fr/svn/modhel/luatex/trunk@7287 0b2b3880-5936-4365-a048-eb17d2e5a6bf
- Loading branch information
1 parent
b6256e1
commit 467112d
Showing
297 changed files
with
18,750 additions
and
11,121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,73 @@ | ||
$Id: README 14724 2009-08-17 16:37:46Z karl $ | ||
Public domain. Originally written 2006, Karl Berry. | ||
|
||
This Build directory contains sources and tools which are used in | ||
building TeX Live, but are not part of the live hierarchy. Each subdir | ||
has another README with more details. | ||
|
||
logs - complete logs of all commits to the TL source repositories. | ||
source - the actual sources for all the executable programs. | ||
tests - a testing infrastructure, quiescent for some years | ||
but left here in case it gets revived some day. | ||
|
||
Directories named tmp.raw and tmp.cooked are also created/used/removed | ||
here by ctan2tl, ctan2tds, and place. | ||
|
||
If you know enough about TeX to be reading this, then you (or your | ||
institution) should consider joining a TeX user group (there's a list at | ||
http://tug.org/usergroups.html) -- if you're already a member, thanks | ||
for your support! | ||
|
||
The TeX Users Group, the oldest such group, produces the periodicals | ||
TUGboat (http://tug.org/TUGboat), The PracTeX Journal | ||
(http://tug.org/pracjourn), sponsors an annual meeting, | ||
and hosts TeX Live development and distribution. | ||
$Id: README 53479 2020-01-21 17:56:03Z 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 [email protected] 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 | ||
|
||
i386-netbsd, amd64-netbsd: | ||
gcc version 4.5.3 (NetBSD nb2 20110806) | ||
NetBSD/amd64 6.1.3 | ||
TL_MAKE=gmake CC=gcc CXX=g++ CFLAGS=-D_NETBSD_SOURCE \ | ||
LDFLAGS='-L/usr/X11R7/lib -Wl,-rpath,/usr/X11R7/lib' \ | ||
./Build --enable-xindy CLISP=/usr/local/bin/clisp | ||
|
||
i386-freebsd, amd64-freebsd: | ||
http://anthesphoria.net/FreeBSD/TeXLive-2018/ has details for 2018. | ||
2019 built on contextgarden, see below. | ||
|
||
i386-linux: see travis below. | ||
|
||
i386-openbsd, amd64-openbsd: | ||
e.g., see CONFIGURE_ARGS in the Makefile in | ||
http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/ | ||
|
||
i386-solaris, x86_64-solaris: | ||
Built on contextgarden, see below. | ||
Solaris 10, gcc 5.5. See doc/README.solaris. | ||
|
||
i386-cygwin, x86_64-cygwin: gcc-4.8.2, cygwin-1.7.29. | ||
./Build (with --enable-xindy for i386). | ||
|
||
x86_64-darwin: See Master/source/mactexdoc.tar.xz. | ||
|
||
x86_64-darwinlegacy: | ||
Mac OS X 10.6, clang 5.0, libc++ required | ||
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: | ||
Alpine 3.1 Docker image with musl libc 1.1.5 | ||
Binaries are taken from the CI testing on travis-ci | ||
see the source/.travis.yaml file for details on how to build, | ||
and tlpkg/bin/tl-update-bindir for updating binaries (in general). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2020-01-31 Karl Berry <[email protected]> | ||
|
||
* Makefile.am (texlinks_dir): now texk/texlive/tl_support | ||
(instead of tl_scripts). | ||
|
||
2020-01-16 Karl Berry <[email protected]> | ||
|
||
* version.ac (tex_live_version): remove /dev, preparing for TL'20. | ||
|
||
2019-06-25 Karl Berry <[email protected]> | ||
|
||
* Build: don't call buildinfo from here, the output when the CC | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## $Id: Makefile.am 51428 2019-06-23 17:20:20Z karl $ | ||
## $Id: Makefile.am 53614 2020-01-31 18:59:27Z karl $ | ||
## Makefile.am for the TeX Live top-level | ||
## | ||
## Copyright 2016 Karl Berry <[email protected]> | ||
## Copyright 2016-2020 Karl Berry <[email protected]> | ||
## Copyright 2009-2015 Peter Breitenlohner <[email protected]> | ||
## You may freely use, modify and/or distribute this file. | ||
## | ||
|
@@ -47,7 +47,7 @@ include $(srcdir)/am/recurse.am | |
# Run texlinks here since the binaries won't be there | ||
# at install-data, and fmtutil.cnf won't be there at install-exec, | ||
# and there is no install-hook or install-local. | ||
texlinks_dir = texk/texlive/tl_scripts | ||
texlinks_dir = texk/texlive/tl_support | ||
world: all | ||
# Serialize 'make all' and 'make install-strip'. | ||
@echo "top-level make $@: running install-strip..." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
me=ar-lib | ||
scriptversion=2019-07-04.01; # UTC | ||
|
||
# Copyright (C) 2010-2019 Free Software Foundation, Inc. | ||
# Copyright (C) 2010-2020 Free Software Foundation, Inc. | ||
# Written by Peter Rosin <[email protected]>. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
|
@@ -53,7 +53,7 @@ func_file_conv () | |
MINGW*) | ||
file_conv=mingw | ||
;; | ||
CYGWIN*) | ||
CYGWIN* | MSYS*) | ||
file_conv=cygwin | ||
;; | ||
*) | ||
|
@@ -65,7 +65,7 @@ func_file_conv () | |
mingw) | ||
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` | ||
;; | ||
cygwin) | ||
cygwin | msys) | ||
file=`cygpath -m "$file" || echo "$file"` | ||
;; | ||
wine) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
scriptversion=2018-03-07.03; # UTC | ||
|
||
# Copyright (C) 1999-2019 Free Software Foundation, Inc. | ||
# Copyright (C) 1999-2020 Free Software Foundation, Inc. | ||
# Written by Tom Tromey <[email protected]>. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
|
@@ -53,7 +53,7 @@ func_file_conv () | |
MINGW*) | ||
file_conv=mingw | ||
;; | ||
CYGWIN*) | ||
CYGWIN* | MSYS*) | ||
file_conv=cygwin | ||
;; | ||
*) | ||
|
@@ -67,7 +67,7 @@ func_file_conv () | |
mingw/*) | ||
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` | ||
;; | ||
cygwin/*) | ||
cygwin/* | msys/*) | ||
file=`cygpath -m "$file" || echo "$file"` | ||
;; | ||
wine/*) | ||
|
Oops, something went wrong.