Laskin is a reverse polish notation calculator / programming language inspired by Forth, RPL and Plorth.
- GNU MPFR Library
- CMake
- C++17 compatible C++ compiler
Other dependencies that are handled by CMake are:
On Ubuntu, requirements for the compilation of this software can be installed with this command:
$ sudo apt install build-essential cmake libgmp-dev$ git clone https://github.com/RauliL/laskin.git
$ cd laskin
$ mkdir build
$ cd build
$ cmake ..
$ make