An advanced terminal based calculator and converter written in C++.
cd build
cmake ..
make
./arculator
If you want faster builds, use the -jthreadcount flag on the "make" (third) step:
make -j2000
There's a build script for g++ building inside the build folder.
cd build
./build.sh
./arculator
If you encounter permission issues, just run the chmod command to make the build script executable (already made by me but in case):
chmod 755 build.sh
Arculator offers a conversion mode (inpired by Windows' built-in calculator) which has options like Volume, Length, Temperature and others.
- Complete all unit conversions.
- Add standard calculating ability.
- Submit to package managers such as Homebrew for easier usage and convert to a proper command line tool.
Arculator is totally open for contributions from everyone. Make sure to check out the Code of Conduct and the Contributing Guidelines before your contributions.
This projects is licensed under the MIT License.