Skip to content

Installing Prerequisites

Arnold Noronha edited this page Feb 1, 2023 · 1 revision

You don't need to read this page if you're using the Docker images.

If you're running Screenshotbot directly, you will need to install a few dependencies.

Linux

apt install sbcl imagemagick pkg-config libssh2

Mac

This has been tested on an M1 Mac with Homebrew:

brew install sbcl
brew install pkg-config
brew install imagemagick
brew install libssh2

Windows

TODO (if you're trying this out, send me a ping so we can document the steps required)

Clone this wiki locally