Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
external libaries | 2023-12-05 | ||
TDM-GCC-64-1030-Compiler-Suite-for-NumeRe.7z | 2025-02-20 | 448.7 MB | |
TDM-GCC-32-920-Compiler-Suite-for-NumeRe.7z | 2023-01-31 | 631.4 MB | |
readme.txt | 2019-11-02 | 2.3 kB | |
Totals: 4 Items | 1.1 GB | 0 |
***************************************************** * README FOR THE COMPILER SUITE FOR BUILDING NUMERE * * Copyright (c) 2019, Erik Hänel et al. * ***************************************************** This suite contains the TDM-GCC-32 distribution v4.9.2 including all necessary libaries to build NumeRe using Code::Blocks. You won't need any further libraries to compile the source code - it might however be necessary to provide all DLLs distributed in one of the installers in the executable target directory. To install this compiler suite to your computer, simply unzip (using 7zip) the contents to a folder on your HDD, i.e. "C:/TDM-GCC-32". Note, that you'll need at least 2 GB of available space on your HDD. It's recommended to not use "C:\Program Files" or "C:\Program Files (x86)", because an application needs admin rights to write into these folders. After you unpacked all files, you need to update your system environment variable "PATH". To do this, open your start menu and start typing "environment variables". The autocompletion will provide you the link to the correct settings menu shortly after the first characters. Click on "Environment variables" and edit the "Path" variable by adding the path to the "bin" folder in the compiler suite, e.g. "C:\TDM-GCC-32\bin". Close everything and test the setup by opening the command prompt (has to be opened after editing "Path", otherwise the variable won't be updated) and entering g++ --version The following output should appear: g++ (tdm-1) 4.9.2 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. After this step, you should setup Code::Blocks to work with TDM-GCC-32. To do this, open Code::Blocks and go to the "Settings/Compiler..." menu. If you did not start Code::Blocks before or you had no compiler installed yet, Code::Blocks will now auto-detect the compiler as "GNU GCC Compiler". To make the compiler compile NumeRe's source code, you need to either - Rename the compiler to "TDM-GCC" - Copy the compiler settings of "GNU GCC Compiler" and name that "TDM-GCC"