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

Build from source README #1042

Open
D3vil0p3r opened this issue May 12, 2024 · 1 comment
Open

Build from source README #1042

D3vil0p3r opened this issue May 12, 2024 · 1 comment
Milestone

Comments

@D3vil0p3r
Copy link

Feature/Change Description and Goal

Among the source files I don't see any document explaining how to build from source. I run:

mvn package -DskipTests=true

and it builds with success. Then, it is not clear which file must be executed to run nzyme. I tried to run:

java -jar target/nzyme-2.0.0-alpha.14-SNAPSHOT.jar

but I get the following error:

Exception in thread "main" com.beust.jcommander.ParameterException: The following option is required: [--config-file | -c]
	at com.beust.jcommander.JCommander.validateOptions(JCommander.java:388)
	at com.beust.jcommander.JCommander.parse(JCommander.java:357)
	at com.beust.jcommander.JCommander.parse(JCommander.java:335)
	at app.nzyme.core.Main.main(Main.java:51)

Could you please create a documentation about building from source?

@lennartkoopmann
Copy link
Member

Hi! We'll add this to the documentation soon-ish.

You seem to have successfully compiled the program, but are not passing the -c nzyme.conf parameter when you are executing it.

@lennartkoopmann lennartkoopmann added this to the 2.0.0 milestone May 13, 2024
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

No branches or pull requests

2 participants