Skip to content

Files

Latest commit

0c5cf88 · Aug 18, 2024

History

History
40 lines (28 loc) · 930 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 930 Bytes

calcplusplus

TUI calculator written in C++ using FTXUI

Stargazers Last commit Issues

💾 Getting started

Requirements

  1. C++ compiler
  2. CMake & Make

How to start?

  1. Clone the repo
git clone https://github.com/budchirp/calcplusplus && cd calcplusplus
  1. Compile the code
mkdir build && cd build
cmake .. && make -j$(nproc)

NOTE: If you're using fish, remove the $ sign.

  1. Have fun!
./calcplusplus