Skip to content
Snippets Groups Projects
Commit 3c6bbd9a authored by Luigi Scarso's avatar Luigi Scarso
Browse files

updated manual; -std=c++11 not more necessary in build.sh and build-shared.sh;...

updated manual; -std=c++11 not more necessary in build.sh and build-shared.sh; fixed CXX FLAGS for poppler
parent 7b373a01
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ CXXFLAGS="$CXXFLAGS"
# poppler 0.55 needs c++11
# for the moment we put the flag here
export CXXFLAGS="-std=c++11 $CXXFLAGS"
# export CXXFLAGS="-std=c++11 $CXXFLAGS"
until [ -z "$1" ]; do
......
......@@ -88,7 +88,7 @@ CXXFLAGS="$CXXFLAGS"
# poppler 0.55 needs c++11
# for the moment we put the flag here
export CXXFLAGS="-std=c++11 $CXXFLAGS"
# export CXXFLAGS="-std=c++11 $CXXFLAGS"
until [ -z "$1" ]; do
case "$1" in
......
......@@ -72,11 +72,10 @@ code in \TEX\ engines (especially code that is not needed any longer).
\IO\ can be intercepted.
\stopitem
\startitem
We currently use \LUA\ 5.2.*. At some point we might decide to move to
5.3.* but that is yet to be decided. There are few \LUA\ libraries that
we consider part of the core \LUA\ machinery, for instance \type {lpeg}.
We currently use \LUA\ 5.3.*. There are few \LUA\ libraries that we
consider part of the core \LUA\ machinery, for instance \type {lpeg}.
There are additional \LUA\ libraries that interface to the internals of
\TEX.
\TEX. We also keep the \LUA\ 5.2 \type {bit32} library around.
\stopitem
\startitem
There are various \TEX\ extensions but only those that cannot be done
......
......@@ -213,7 +213,7 @@ the right|-|hand side of an assignment to a \type {\dimen} or \type {\count}.
Loading dynamic \LUA\ libraries will fail if there are two \LUA\ libraries loaded
at the same time (which will typically happen on \type {win32}, because there is
one \LUA\ 5.2 inside \LUATEX, and another will likely be linked to the \DLL\ file
one \LUA\ 5.3 inside \LUATEX, and another will likely be linked to the \DLL\ file
of the module itself).
\LUATEX\ is able to use the kpathsea library to find \type {require()}d modules.
......
No preview for this file type
......@@ -45,7 +45,7 @@
\startdocument
[status=beta,
version=1.06.2]
version=1.07.0]
\startnotmode[*export]
\component luatex-titlepage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment