crepl

An intuitive calculator REPL.
git clone git://git.knutsen.co/crepl
Log | Files | Refs | README | LICENSE

commit df3ed4f65b73266714663bf906fd0691e58277d1
parent 0ca6e96f845d3bc0a9accc750b1e749cda941782
Author: Demonstrandum <moi@knutsen.co>
Date:   Mon, 29 Jun 2020 17:10:52 +0100

Fix c.yml

Diffstat:
M.github/workflows/c.yml | 2++
MREADME.md | 4++--
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml @@ -13,5 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 + - name: install-readline + run: apt-get install lib32readline8 lib32readline8-dev - name: make run: make diff --git a/README.md b/README.md @@ -6,8 +6,8 @@ with intuitive mathematical notation as syntax. ## Install -You'll need `git` (if cloning), a C compiler (e.g. `gcc`) -and `make` (`build-essential` / `base-devel`). +You'll need `git` (if cloning), a C compiler (e.g. `gcc`), +the GNU readline library, and `make` (`build-essential` / `base-devel`). ### Clone Clone / Download this repositroy however you like, e.g.