Skip to content

Instantly share code, notes, and snippets.

@puripuri2100
Forked from zr-tex8r/make-satysfi.sh
Last active September 5, 2019 12:36
Show Gist options
  • Save puripuri2100/7cf90a8f2bc4c254f74824e9954afcab to your computer and use it in GitHub Desktop.
Save puripuri2100/7cf90a8f2bc4c254f74824e9954afcab to your computer and use it in GitHub Desktop.
Make SATySFi
#!/bin/bash
set -eux
apt -y update
apt -y install m4 unzip curl
yes '' | sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)
opam init --auto-setup --comp 4.06.0 --disable-sandboxing
eval $(opam env)
opam repository add satysfi-external https://github.com/gfngfn/satysfi-external-repo.git
opam update
git clone https://github.com/gfngfn/SATySFi.git
cd SATySFi
opam pin add -y satysfi .
opam install -y satysfi
bash ./download-fonts.sh
bash ./install-libs.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment