Download Latest Version qmcalc-2.8.2-linux64.src.tar.gz (6.5 MB)
Email in envelope

Get an email when there's a new version of qmcalc2

Home
Name Modified Size InfoDownloads / Week
Linux (x64 64bit) 2023-05-28
Windows (x86 32bit) 2023-05-14
Linux (x86 32bit) 2023-05-14
Older Versions 2019-11-16
CHANGES 2023-05-27 18.6 kB
COPYING 2017-07-25 18.0 kB
README 2016-09-29 1.4 kB
Totals: 7 Items   38.0 kB 1
mcalc text mode calculator code compiled using: DJGPP Version 2
qmcalc graphical interface to calculator compiled using: Visual Studio .NET
DJGPP Compiler webpage: http://www.delorie.com/djgpp/

code text mode calculator mcalc was compiled using djgpp version 2
djgpp website: http://www.delorie.com/djgpp
code for GUI of calculator was compiled using Visual Studio .NET

To compile the source you will also need to install my C++ data structure
files (cppds-4.3.tar.gz) which you can get from:

http://www.cybernadian.net/software.html

To compile and install type ./Install
Modify the INSTALL_DIR variable in the Install script to suit your installation location preference.
Modify the BROWSER_DIR variable in the Install script to suit your web browser preference.

To remove and/or start a clean build type ./Remove
Modify the INSTALL_DIR variable in the Install script to where the Qmcalc application was last installed.

To run calculator using text data files type: mcalc -i <input file> -o <output file>
To run calculator in interactive text mode type: mcalc
To run calculator in interactive text console I/O mode type: mcalc -consoleio
To run calculator in GUI mode type: qmcalc

To access help type mcalc --help or type help on the interactive prompt after starting mcalc with no arguments.
Click help button on calculator panel in GUI mode.
Source: README, updated 2016-09-29