mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-12-29 00:56:13 -05:00
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.
This commit is contained in:
parent
08bc6e2b00
commit
368d6e96c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user