Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Jan 26, 2025
1 parent 40d49d1 commit a990bfe
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,29 @@

## Installation and test

- Install [Trealla Prolog](https://github.com/trealla-prolog/trealla#building)
- Install [Scryer Prolog](https://github.com/mthom/scryer-prolog#installing-scryer-prolog)
or [SICStus Prolog]https://sicstus.sics.se/download4.html
or [SWI Prolog](http://www.swi-prolog.org/Download.html)
or [Scryer Prolog](https://github.com/mthom/scryer-prolog#installing-scryer-prolog)
or [Trealla Prolog](https://github.com/trealla-prolog/trealla#building)

- Install eyelog and run the tests:
```
git clone https://github.com/eyereasoner/eyelog
cd eyelog/etc
./test-trealla
./test-swipl
./test-scryer
```
or
```
./test-sicstus
```
or
```
./test-swipl
```
or
```
./test-trealla
```

## Background

Expand Down

0 comments on commit a990bfe

Please sign in to comment.