Showing with 12 additions and 0 deletions.
  1. +11 −0 compilers/4.04.0/4.04.0+pr536/4.04.0+pr536.comp
  2. +1 −0 compilers/4.04.0/4.04.0+pr536/4.04.0+pr536.descr
@@ -0,0 +1,11 @@
opam-version: "1"
version: "4.04.0"
src: "https://github.com/dra27/ocaml/archive/overhaul-install-docs.tar.gz"
build: [
["./configure" "-prefix" prefix "-with-debug-runtime"]
[make "world"]
[make "world.opt"]
[make "install"]
]
packages: [ "base-unix" "base-bigarray" "base-threads" ]
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]]
@@ -0,0 +1 @@
Overhaul Windows install docs