Skip to content

Creating binary packages for your platform

Catalin Hritcu edited this page Nov 29, 2016 · 20 revisions

Note: to create the package successfully you will need tools like ocaml, opam, z3, make, git, Madoko, LaTeX, and zip installed.

Note: no cross-platform compilation supported at the moment

  1. Make sure you have installed all the dependencies to build F* using the OCaml snapshot (cf. step 3 in INSTALL.md)

  2. Make sure you have the Z3 4.5.0 binary in your $PATH or in the $FSTAR_HOME/bin directory. Please make sure it's precisely this version!

     $ z3 --version
    
  3. Run the following command:

     $ make package -C src/ocaml-output
    
  4. Run the testing of binary packages

Clone this wiki locally