10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

Added ZMQ in ocaml installation

This commit is contained in:
Anthony Scemama 2015-12-07 22:26:42 +01:00
parent cc56ac8d3a
commit 7f65192e68

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)