Skip to content
Snippets Groups Projects
Commit 22ca5dd5 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

some more usefull info.


Signed-off-by: default avatarKristof Szabados <Kristof.Szabados@ericsson.com>
parent fa313ec9
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,11 @@ MinGW setup ...@@ -36,7 +36,11 @@ MinGW setup
MinGW compilation needs a few extra changes in the Makefile.cfg also. Set MinGW compilation needs a few extra changes in the Makefile.cfg also. Set
the PLATFORM and MINGW values: the PLATFORM and MINGW values:
PLATFORM := WIN32 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: (E) Compile Titan:
cd titan cd titan
...@@ -50,3 +54,5 @@ MinGW setup ...@@ -50,3 +54,5 @@ MinGW setup
https://cygwin.com/cgi-bin2/package-grep.cgi https://cygwin.com/cgi-bin2/package-grep.cgi
Extract the downloaded package into the MinGW installation directory, and Extract the downloaded package into the MinGW installation directory, and
restart the build process. restart the build process.
(+) for man2pdf "man -t ./compiler.1 2> /dev/null | ps2pdf - 2> /dev/null > compiler.pdf"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment