Files
math_shell/README.md

16 lines
258 B
Markdown

**IMPORTANT** this shell is **NOT** meant to be used for any serious applications.
This is for academic purposes only!
## Install
```
make
make install
```
## Static Build on Rocky 8
```
dnf --enablerepo=devel install -y glibc-static readline-static
```