From 22ca5dd52f0222b5f470b98ea256e0a837016b33 Mon Sep 17 00:00:00 2001 From: Kristof Szabados <Kristof.Szabados@ericsson.com> Date: Fri, 12 Jun 2020 15:37:55 +0200 Subject: [PATCH] some more usefull info. Signed-off-by: Kristof Szabados <Kristof.Szabados@ericsson.com> --- README.mingw | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.mingw b/README.mingw index 56047a367..64c3dd369 100644 --- a/README.mingw +++ b/README.mingw @@ -36,7 +36,11 @@ MinGW setup MinGW compilation needs a few extra changes in the Makefile.cfg also. Set the PLATFORM and MINGW values: PLATFORM := WIN32 - MINGW := -DMINGW -mno-cygwin + + (/1: for older gcc -s) + MINGW := -DMINGW -mno-cygwin + (/2: for newer gcc -s, probably >5.0) + MINGW := -DMINGW (E) Compile Titan: cd titan @@ -50,3 +54,5 @@ MinGW setup https://cygwin.com/cgi-bin2/package-grep.cgi Extract the downloaded package into the MinGW installation directory, and restart the build process. + + (+) for man2pdf "man -t ./compiler.1 2> /dev/null | ps2pdf - 2> /dev/null > compiler.pdf" -- GitLab