Skip to content

CSaintos/Mua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

μυα

Mua is a (step-by-step, cli-based, arithmetic) calculator.
Try it out here: https://csaintos.github.io/Mua/

repl demo

Getting Started

  • 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.
  • 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.

Documentation

Building Mua

Requirements

  • 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

  • clone this repo into an empty directory git clone https://github.com/CSaintos/Mua.git

Build

  • Within that same directory, run make -j

Executable

  • Once completed, the executable is stored in ./build/mua/main/muac

About

Mua - step by step, CLI based, arithmetic Calculator

Topics

Resources

License

Stars

Watchers

Forks