
INSTALLING DEP 0.6

1. Ensure the following packages are installed:

    make
    g++
    gmp-devel (Alma/Fedora) or libgmp-dev (Debian)
    bison
    flex

Using either of these commands:

    $ sudo dnf install make g++ gmp-devel bison flex  (Alma/Fedora)

Or:

    $ sudo apt install make g++ libgmp-dev bison flex  (Debian)

2: To compile dep, run this:

    $ make -j9

Vary the -j9 option as you wish.

3: Install the program with:

    $ sudo make install

Copyright 2022 Matthew Rickard

