PaddiM8 / kalker

Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
https://kalker.xyz
MIT License
1.64k stars 74 forks source link

[Windows] Publish a 32-bit version of this app #107

Closed xmha97 closed 1 year ago

xmha97 commented 1 year ago

Please publish a 32-bit version of this app. I want to run the Kalker on Windows 7 (32-bit).

PaddiM8 commented 1 year ago

Compiling for different architectures is a bit of a pain with one of the libraries I'm using, so the pre-compiled binaries are going to be quite limited for now. However, you could install Rust+cargo and then run cargo install kalker and that should be enough to get it installed. Is just going to take a few minutes to compile.