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

Update step 1 #4

Open
DeniseSl22 opened this issue Oct 6, 2022 · 1 comment
Open

Update step 1 #4

DeniseSl22 opened this issue Oct 6, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DeniseSl22
Copy link
Collaborator

@egonw : could we update the make install file, so that it download all the requirements in one go (so also curl, git, etc.), as listed in the readme.md?

Step 1. Requirements
You need the following programs and experience with a Makefile:

curl
git
zip
java
javac
bash
You also need four Java archives in the libs/ folder that you can download (and update) with:

make install
@DeniseSl22 DeniseSl22 added the enhancement New feature or request label Oct 6, 2022
@egonw
Copy link
Member

egonw commented Oct 6, 2022

The reason for that is that these are often distributed by the operating system, at least in the GNU/Linux, Unix world.

We could add this line:

apt get install curl git zip

but that may be different for different Linux flavors.

What do you think?

@egonw egonw assigned DeniseSl22 and unassigned egonw Oct 16, 2022
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