Qalculate, http://qalculate.sourceforge.net/index.html, and its library (libqalculate) are built using glib and GTK+ or KDE for the GUI which are pain in the ass on OS X.

I managed to port the libqalculate library to OS X using Cocoa classes to replace the glib functions and other patches. Everything works except date parsing from a string.

Only OS X >= 10.6 and 64-bit are supported. I can only test on 10.7.4.

I also patched the command line interface of Qalculate, qalc.cc, and i'm working on the native GUI, in Cocoa.

Feel free to contact me

Project Activity

See All Activity >

Follow Qalculate OS X

Qalculate OS X Web Site

Other Useful Business Software
Keep company data safe with Chrome Enterprise Icon
Keep company data safe with Chrome Enterprise

Protect your business with AI policies and data loss prevention in the browser

Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Download Chrome
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

User Reviews

  • Great calculator! I had to configure it a little to work on OS X the way I want it to. It throwed warnings about currency even though I had wget installed. It also throwed warnings when executed from somewhere else than it's directory. I have installed it in ~/bin/qalcbin and added this script in ~/bin which is in my PATH: #!/bin/bash qalcf() { local mypwd=`pwd` cd ~/bin/qalcbin echo `./qalc -nocurrencies -t $@` cd $mypwd } qalcf $@
Read more reviews >

Additional Project Details

Operating Systems

Mac

Programming Language

C, C++, Objective C

Registered

2012-08-14