From 368d6e96c5627a71896dc56371cdb92c1a0234a8 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 5 Mar 2016 11:50:33 +0000 Subject: [PATCH] Add ncurses-dev to required yum packages The ocamlfind package has started listing this as a required dependency for some reason, although it appears not to need it. Fixes #4, reported by cyrinux. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 092c219..41fc93a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To build (tested by creating a fresh Fedora 23 AppVM in Qubes): 1. Install build tools: - sudo yum install git gcc m4 0install patch + sudo yum install git gcc m4 0install patch ncurses-devel mkdir ~/bin 0install add opam http://tools.ocaml.org/opam.xml opam init --comp=4.02.3