rechne.exe • Installation
To make rechne.exe work on other platforms or to apply changes, the sources can be compiled using the Makefile.
Makefile
Compilation steps:
Unzip download archive and change to directory "rechne".
Target en
The source code contains both, English and German texts (manual pages and other outputs).The target "en" allows for compiling the sources with English texts. This is the default setting (equals "make").
> make en
Target de
The target "de" allows for compiling the sources with Geman texts.> make de
Target debug
The target "debug" compiles with GDB enabled.> make debug
Target clean
The target "clean" removes all previously compiled files. These are object files (obj folder), the library file (lib folder) and the binary (bin folder).> make clean