Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sagittarus #23

Open
4 of 5 tasks
Tracked by #13
amirouche opened this issue Nov 28, 2021 · 4 comments
Open
4 of 5 tasks
Tracked by #13

sagittarus #23

amirouche opened this issue Nov 28, 2021 · 4 comments
Labels
scheme Unique issue to Scheme implementation specific progress

Comments

@amirouche
Copy link

amirouche commented Nov 28, 2021

  • hello schemer
  • hello schemer star
  • custom prefix installation
  • docker
  • checksum
@amirouche amirouche mentioned this issue Nov 28, 2021
17 tasks
@amirouche amirouche added good first issue Good for newcomers help wanted Extra attention is needed labels Nov 29, 2021
@amirouche
Copy link
Author

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

@amirouche amirouche added the ready The issue should be ready to implement label Nov 30, 2021
@amirouche
Copy link
Author

see 61d6594

@lassik
Copy link
Contributor

lassik commented Nov 30, 2021

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
Copy link
Author

Thanks!

ref: 096ac44

@amirouche amirouche reopened this Dec 4, 2021
@amirouche amirouche added scheme Unique issue to Scheme implementation specific progress and removed good first issue Good for newcomers help wanted Extra attention is needed ready The issue should be ready to implement labels Dec 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scheme Unique issue to Scheme implementation specific progress
Projects
None yet
Development

No branches or pull requests

2 participants