scheme-live / live

Scheme library collection with yearly stable releases
https://scheme-live.github.io/live/
MIT License
16 stars 1 forks source link

sagittarus #23

Open amirouche opened 2 years ago

amirouche commented 2 years ago
amirouche commented 2 years ago

Need shell script to install sagitarrius in $PREFIX from source (prolly with a checksum check)

amirouche commented 2 years ago

see https://github.com/scheme-live/live/pull/39/commits/61d6594048bfcc0477c4f1780c3ccbbe9b043219

lassik commented 2 years ago

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
amirouche commented 2 years ago

Thanks!

ref: https://github.com/scheme-live/live/pull/39/commits/096ac4448e5a2a4c85578b7b42cc843f7a047429