Downloads
Get your own Cuties!
Cuties is still in alpha stage, meaning it is not feature-complete and is recommended only for evaluation and testing purposes.
If you don't know which version you should donwload, please get this:
All versions of Cuties provided:
Differences between these versions:
With MinGW & FPC Compiler: Provides a Cuties with MinGW Compiler and Free Pascal Compiler. It will use the GDB which was included in MinGW.
With TDM-GCC & FPC Compiler: Provides a Cuties with TDM-GCC MinGW Compiler and Free Pascal Compiler. It will use the GDB which was included in TDM-GCC MinGW.
With MinGW Compiler: Provides a Cuties with MinGW Compiler only. It will use the GDB which was included in MinGW.
With TDM-GCC Compiler: Provides a Cuties with TDM-GCC MinGW Compiler only. It will use the GDB which was included in TDM-GCC MinGW.
With FPC Compiler: Provides a Cuties with FPC Compiler only. This version is not support debug currently.
No Compiler: Provides a Cuties only. You have to download your own Compilers and configure it manually.
MinGW & TDM-GCC:
MinGW, a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications. Primarily intended for use by developers working on the native Microsoft Windows platform, but also available for cross-hosted use, MinGW includes:
- A port of the GNU Compiler Collection (GCC), including C, C++, ADA and Fortran compilers;
- GNU Binutils for Windows (assembler, linker, archive manager)
- A command-line installer (mingw-get) for MinGW and MSYS deployment on Microsoft Windows
- A GUI wrapper (mingw-get-inst) for the command line installer
The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, Ada, and Go, as well as libraries for these languages (libstdc++, libgcj,...). GCC was originally written as the compiler for the GNU operating system. The GNU system was developed to be 100% free software, free in the sense that it respects the user's freedom.
TDM-GCC, a compiler suite for Windows. It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness, and the free and open-source MinGW or MinGW-w64 runtime APIs to create an open-source alternative to Microsoft's compiler and platform SDK.
In Cuties, we provide TDM-GCC Compiler versions for a smaller size. To learn more about MinGW, please visit http://www.mingw.org/. To learn more about TDM-GCC, please visit http://tdm-gcc.tdragon.net/.
Cuties Source Code:
To get Cuties source code, please visit Project Cuties.