mirror of
https://github.com/pfloos/quack
synced 2025-04-25 01:34:57 +02:00
8 lines
119 B
Bash
Executable File
8 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git clone --single-branch --branch dev https://gitlab.com/scemama/qcaml.git
|
|
cd qcaml
|
|
make
|
|
opam install .
|
|
|