You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN wget https://crypto.stanford.edu/pbc/files/pbc-0.5.14.tar.gz && tar xvf pbc-0.5.14.tar.gz && cd /pbc-0.5.14 && ./configure LDFLAGS="-lgmp" && make && make install && ldconfig
RUN git clone https://github.com/JHUISI/charm.git /charm && cd /charm && ./configure.sh && make && make install && ldconfig
RUN git clone https://github.com/Z3Prover/z3.git /z3 && cd /z3 && python3 scripts/mk_make.py && cd build && make && make install