Skip to content

Update README: Separate build instructions and clarify#62

Open
philonor wants to merge 1 commit intoCeON:masterfrom
philonor:master
Open

Update README: Separate build instructions and clarify#62
philonor wants to merge 1 commit intoCeON:masterfrom
philonor:master

Conversation

@philonor
Copy link
Copy Markdown

@philonor philonor commented Nov 7, 2017

  • Move build instructions to end of README and put an own heading to be found more easily
  • Clarify that the built JAR file has to be executable

- Move build instructions to end of README and put an own heading to be found more easily
- Clarify that the built JAR file has to be executable
Comment thread README.md

- Ensure that Apache Maven is installed (`sudo apt install maven`)

**Build **
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this additional space, it seems to break the layout: https://github.com/philonor/CERMINE/blob/5c2790f9fd1dc3a087fef698c97bb2663a9a0974/README.md

Comment thread README.md

Afterwards a new `target` directory is placed within `CERMINE/cermine-impl/` containing a `cermine-impl-<VERSION>-jar-with-dependencies.jar` file. Ensure the file is readable by `java`.
```
$ chmod u+x target/cermine-impl-<VERSION>-jar-with-dependencies.jar
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need the JAR file to have execute permission. See for example https://stackoverflow.com/questions/2668796/what-are-the-minimum-unix-permissions-to-run-an-executable-jar-file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants