summaryrefslogtreecommitdiff
path: root/Master/source
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2017-02-01 14:18:04 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2017-02-01 14:18:04 +0000
commit6046f13b1143237c457a510d393c54079ddd7986 (patch)
tree8eb9462f28f2f22869358ef9eb8b9892ad6140d6 /Master/source
parenta40e4295260793e44bbfed4be68050c38e197f3e (diff)
Upload of tlaunch, TeX Live Launcher
git-svn-id: svn://tug.org/texlive/trunk@43114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/source')
-rw-r--r--Master/source/tlaunch-0.5.1-src.zipbin0 -> 67224 bytes
-rw-r--r--Master/source/tlaunch.README21
2 files changed, 21 insertions, 0 deletions
diff --git a/Master/source/tlaunch-0.5.1-src.zip b/Master/source/tlaunch-0.5.1-src.zip
new file mode 100644
index 00000000000..ebaf11f700f
--- /dev/null
+++ b/Master/source/tlaunch-0.5.1-src.zip
Binary files differ
diff --git a/Master/source/tlaunch.README b/Master/source/tlaunch.README
new file mode 100644
index 00000000000..43ae90c582b
--- /dev/null
+++ b/Master/source/tlaunch.README
@@ -0,0 +1,21 @@
+I cross-compiled tlaunch on successive versions of Ubuntu Linux,
+using the mingw packages gcc-mingw-w64-base, gcc-mingw-w64-i686,
+g++-mingw-w64-i686, mingw-w64-common, mingw-w64-i686-dev and
+binutils-mingw-w64-i686 and the included Makefile and cross-make
+shell script.
+
+Occasionally I needed to run the gdb debugger. Although Ubuntu does
+have a cross-debugger, I opted for native compilation and native
+debugging, using mingw gcc and gdb from the Strawberry Perl project
+at http://strawberryperl.com/package/kmx/ . I compiled with the
+batchfile makewin.cmd, which does not use make and does not bother
+with dependency checking.
+
+For the shell script cross-make, check that the CROSS environment
+variable is right for your system.
+
+For the batchfile makewin.cmd, check that the mingw environment
+variable points to the root of your mingw installation.
+
+Siep Kroonenberg, siepo at cybercomm dot nl
+Groningen, January 2017