https://github.com/cryscan/meta-plot-prolog
https://github.com/cryscan/meta-plot-prolog
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryscan/meta-plot-prolog
- Owner: cryscan
- Created: 2020-10-07T06:29:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T09:55:23.000Z (over 5 years ago)
- Last Synced: 2025-01-23T00:12:03.783Z (over 1 year ago)
- Language: Prolog
- Size: 2.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`.