
This has been tested on macOS High Sierra 10.13.6 in July 2019. See also the detailed tutorial installing GeneWeb 7 as webserver on a Raspberry Pi OS.

Sudo apt-get install curl make m4 unzip bubblewrap gcc libgmp-dev git This has been tested on Raspbian GNU/Linux 10 (Buster) in July 2019. This has been tested on Ubuntu Server 18.04.2 LTS in July 2019. If ocamlfind install fails, try installing the packages pkg-config or m4 from your distribution. Opam install camlp5 cppo dune.1.11.4 markup stdlib-shims num zarith uucp unidecode Sudo apt-get install curl make m4 unzip bubblewrap gcc libgmp-dev This has been tested on Debian Stretch and Buster in July 2019 (debian-9.9.0-amd64-netinst.iso and debian-10.0.0-amd64-netinst.iso). gw format to migrate from one to the other.įor GeneWeb 7 On Linux Debian Stretch / Buster When Ocaml and camlp5 are installed, you can clone repository to compile GeneWeb.ĭon’t forget that if your base has been built under an old version, it won't be compatible with bases built with new version: one should recover through the. Without OPAM, the old way of doing this was to install/compile OCaml and Camlp5 all by yourself.

Note that Camlp5 must be installed for each version of the compiler.

Nowadays, the simplest method is to install them through OPAM (OCaml preferred package manager) that is able to manage multiple versions of OCaml on the same machine. 4 GeneWeb/OCaml/Camlp5 compability chartĬompiling GeneWeb requires the installation of OCaml and Camlp5.
