Open amirouche opened 3 years ago
Need shell script to install sagitarrius in $PREFIX
from source (prolly with a checksum check)
cmake can take a custom installation prefix: https://github.com/scheme-containers/sagittarius/blob/master/0/Dockerfile#L19
WORKDIR /build/sagittarius
RUN cmake . -DCMAKE_INSTALL_PREFIX=/usr/local
RUN make
RUN make install