Installation¶
Epsilon requires SBCL 2.0.0 or later.
Quick Install¶
This installs Epsilon to ~/.epsilon
and adds it to your PATH.
Manual Installation¶
From Source¶
# Clone repository
git clone https://github.com/jbouwman/epsilon.git
cd epsilon
# Build
./make build
# Install (optional)
./make install PREFIX=/usr/local
Docker¶
Platform Notes¶
macOS¶
- Requires macOS 10.12 or later
- Install SBCL via Homebrew:
brew install sbcl
Linux¶
- Tested on Ubuntu 20.04+, Debian 10+, CentOS 8+
- Install SBCL from package manager or build from source
Windows¶
- Currently experimental
- Use WSL2 for best compatibility