Installation - tejaswinitummala/Group_G_ScientificCalculator GitHub Wiki
Supported Platforms:
Unix, Cygwin, MacOS, Windows
Prerequisite
GCC Compiler, GNU make, download utilities such as wget or curl. If using Cygwin, dos2unix will be required
Build Project:
make clean
make
Excutable binary file will be placed in bin directory.
For test cases give 'make stack_testing' .
For Postfix test cases give 'make postfix_test' .
For Type of token test cases give 'make typeoftoken_test' .
For Performoperations test cases give 'make performops_test' .