Added ZMQ in ocaml installation

This commit is contained in:
Anthony Scemama 2015-12-07 22:26:42 +01:00
parent cc56ac8d3a
commit 7f65192e68
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ QP_ROOT=$PWD
cd -
# Normal installation
PACKAGES="core cryptokit ocamlfind sexplib"
PACKAGES="core cryptokit ocamlfind sexplib ZMQ"
declare -i i
i=$(gcc -dumpversion | cut -d '.' -f 2)