Build Cooldt from Source
Gnu/Linux
Requirements:
- Windows 32 bits build: MinGW gcc and g++
- Windows 64 bits build: MinGW-w64 gcc and g++
- Gnu/Linux build: gcc
Build commands:
- Gnu/Linux build:
make -f Makefile
- Windows 32 bits build:
make -f Makefile PLATFORM=WIN32
- Windows 64 bits build:
make -f Makefile PLATFORM=WIN64
If you have Code::Blocks installed, open the project file Cooldt.cbp and select one of these targets:
- Linux build: Gnu/Linux
- Windows 32 bits build: CrossWIN32
- Windows 64 bits build: CrossWIN64
All Cooldt 1 binary releases have been built on Gnu/Linux with gcc, i586-mingw32msvc-gcc, i586-mingw32msvc-g++, x86_64-w64-mingw32-gcc and x86_64-w64-mingw32-g++ version 4.6.3.
MS Windows
Requirements:
- Windows 32 bits build: MinGW gcc and g++
- Windows 64 bits build: MinGW-w64 gcc and g++
I recommend:
- To use the TDM installer for MinGW-w64
- To install MinGW and/or MinGW-w64 in paths without spaces (i.e. not in C:\Program Files)
It is possible to install both MinGW and MinGW-w64 e.g. in C:\mingw32 and C:\mingw64 respectively. If so:
- It is useless to install mingw32-make with MinGW-w64 (it is included with MinGW 32 bits)
- Because both C:\mingw32\bin and C:\mingw64\bin are defined in %PATH%, use non ambiguous compilers names like mingw32-gcc.exe and x86_64-w64-mingw32-gcc.exe
Build commands:
- Windows 32 bits build:
mingw32-make -f MakefileWindows.mak PLATFORM=WIN32
- Windows 64 bits build:
mingw32-make -f MakefileWindows.mak PLATFORM=WIN64
If you have Code::Blocks installed, open the project file Cooldt.cbp and select one of these targets:
- Windows 32 bits build: WIN32
- Windows 64 bits build: WIN64
↵ Back to the main page