Mua is a (step-by-step, cli-based, arithmetic) calculator.
Try it out here: https://csaintos.github.io/Mua/
- You may download Mua or begin trying it at https://csaintos.github.io/Mua/
- After downloading, extract the Mua 7z
- MacOS only: Since MacOS has Gatekeeper, and my app hasn't been notarized by Apple yet. Upon extracting, the file permissions will be set to read-only. You'll want to do a quick
chmod 755 *inside the mua-macos directory to enable permissions.
- MacOS only: Since MacOS has Gatekeeper, and my app hasn't been notarized by Apple yet. Upon extracting, the file permissions will be set to read-only. You'll want to do a quick
- Install/Place Mua anywhere you'd like on your machine, and to make it easily accessible, add it to your system's or shell's environment path.
- Can be found at https://csaintos.github.io/Mua/
- You will need GCC v11+ or Clang v17+.
- At a minimum must support c++20
- You will need GNU-make 4.4.1+
- If you are on Windows, you can download these packages through MSYS2
- Make sure to add the installed packages to your system/shell environment path
- clone this repo into an empty directory
git clone https://github.com/CSaintos/Mua.git
- Within that same directory, run
make -j
- Once completed, the executable is stored in
./build/mua/main/muac
