Skip to content

Building

Asher Frost edited this page Jun 7, 2026 · 1 revision

Building STELF

[!WARNING] STELF is currently developed by me, who works predominanetly on Linux. If anyone has feedback on the use of STELF on windows / macos, that would be greatly appreciated. Also the STELF project is (hopefully?) going to get CI at some point

STELF is built using a combination of OCaml, opam, and dune.

  • Dune: must support 3.21
  • OCaml: Must be 5.*

Apart from these, the generated opam file should (probably) get you the rest of the way there Just run dune build then dune install, and you should be able to run stelf!

Clone this wiki locally