https://github.com/mracos/asdf-swiprolog
SWI-Prolog plugin for the asdf version manager
https://github.com/mracos/asdf-swiprolog
asdf asdf-swiprolog asdf-vm prolog swi-prolog version-manager
Last synced: 5 months ago
JSON representation
SWI-Prolog plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/mracos/asdf-swiprolog
- Owner: mracos
- License: mit
- Created: 2018-05-26T23:19:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T16:21:41.000Z (over 2 years ago)
- Last Synced: 2026-01-17T03:38:10.779Z (5 months ago)
- Topics: asdf, asdf-swiprolog, asdf-vm, prolog, swi-prolog, version-manager
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-swiprolog
[](https://travis-ci.org/mracos/asdf-swiprolog)
[Swiprolog](http://www.swi-prolog.org/) plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
## Install
```
asdf plugin-add swiprolog https://github.com/mracos/asdf-swiprolog.git
```
## Use
Check [asdf](https://github.com/asdf-vm/asdf) readme for instruct on how to install & manage versions of Swi-Prolog
## Before `asdf install`
## Dependencies
- For versions after `7.7.21-devel` you'll need [cmake](https://cmake.org/), since swiprolog started to ship with `CMakeLists.txt` instead of with a `./configure` script
### MacOS (can install with macports)
- `gmp`
- `jpeg`
- `libarchive`
- `libiconv`
- `libmcrypt`
- `ncurses`
- `openssl`
- `ossp-uuid`
- `pkgconfig`
- `readline`
- `zlib`
- `pcre`
- `libedit`
### Linux
On linux you need [these ones](http://www.swi-prolog.org/build/prerequisites.html)
## :warning:
- By default it installs without the `java_interface` (jpl) and without the `graphics_subsystem` (xpce)