An open API service indexing awesome lists of open source software.

https://github.com/cryscan/meta-plot-prolog


https://github.com/cryscan/meta-plot-prolog

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Compile
## Install Prolog Compiler
If you are using ubuntu, run
```shell
$ sudo apt install swi-prolog
```
On MacOS, run
```shell
$ brew install swi-prolog
```

## Compile the Executable
```shell
$ make
```
Then the executable `main` will appear.
Make sure it can run on console.

# Install
If you are using MacOS, put the executable `main` under `MacBuild.app/Contents/Resources/Data/StreamingAssets/Programs/OSX/`.