Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 663 Bytes

INSTALL.org

File metadata and controls

22 lines (15 loc) · 663 Bytes

Installation Guide.

Containers should work with any idris version.

To install you can run the following commands:

make install

There are other commands provided by the `Makefile`.

Idris container’s currently depends on a separate package called testing. I am hoping to migrate the testing code to the one I contributed to `contrib` a couple of moons ago. In that time you will need to install idris-testing.

The shell script `fetch-deps.sh` should fetch the deps for you and build the script locally. I use this script when testing the package with travis. You will manually have to install testing.

Sorry about that.