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

You Might Also Like
Top-Rated Free CRM Software Icon
Top-Rated Free CRM Software

216,000+ customers in over 135 countries grow their businesses with HubSpot

HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
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