GitHub - AppliedLogicSystems/homebrew-als-prolog: Homebrew/Linuxbrew formula for ALS Prolog (original) (raw)
ALS-Prolog Homebrew/Linuxbrew Formula
A formula for installing ALS Prolog with the Homebewor Linuxbrew sudo-less package managers.
Install
To tap and install the latest release:
brew install AppliedLogicSystems/als-prolog/als-prolog
Using ALS Prolog
You can see the files installed with brew ls als-prolog
(use -v
for full list), but here are the highlights:
alspro
- command line prologalsdev
- GUI development environmentinclude/alspi.h
andlib/libalspro.dylib
for build foreign predicates.
You can open the manual with:
open /usr/local/share/doc/als-prolog/als-prolog-manual.pdf
Upgrading
To upgrade to the latest formula:
Un-installing & Un-Tapping
brew uninstall als-prolog
brew untap AppliedLogicSystems/als-prolog
Advanced Development
To install the latest unstable version from the master branch:
brew install --HEAD als-prolog