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

Add one-liner to execute install_mcl.sh #19

Open
rheitjoh opened this issue Mar 23, 2021 · 2 comments
Open

Add one-liner to execute install_mcl.sh #19

rheitjoh opened this issue Mar 23, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@rheitjoh
Copy link
Member

Currently, the user has to download install_mcl.sh to execute it. It should be possible to automate this process by using curl or wget to download install_mcl.sh and then execute it via a one-liner bash command that can just be pasted into a terminal. This should be included in the readme.

@rheitjoh rheitjoh added the enhancement New feature or request label Mar 23, 2021
@rheitjoh
Copy link
Member Author

Ok, this may not be so simple since the user has to provide their Java include path to the install script.

@JanBobolz
Copy link
Member

The script could best-effort try out a few typical locations (including environment variables like $JAVA_HOME and /usr/libexec/java_home on macOS and such) and fall back to user input in the worst case.

Though that may be out of scope. Judging by the amount of stack overflow posts regarding finding Java, maybe a standalone script that just reliably finds the location of your Java SDK/JRE would be already quite the revolution :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants