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

How do I run this from the command line? #55

Open
BenHut1 opened this issue Feb 5, 2024 · 2 comments
Open

How do I run this from the command line? #55

BenHut1 opened this issue Feb 5, 2024 · 2 comments

Comments

@BenHut1
Copy link

BenHut1 commented Feb 5, 2024

The BAT file you included depends a ton on environment variables that are NOT existing as part of Windows, or even as part of any JDK installation. They are only set by certain IDEs like Eclipse. As such, the provided BAT file to run this assembler is useless for running in a command line. Nor are any of your instructions on the readme here helpful for helping me to get it running from a command line.

@roscopeco
Copy link
Owner

Hello!

Thanks for the report.

I don’t provide any BAT file, the command-line runners are provided by Gradle when the software is built.

I am unable to test on or directly support windows, but since this BAT file you mention is a standard runner used by many gradle projects, I take it on trust that it must be at least functional (and if not, would be an issue for the gradle maintainers).

that said, if you’d like to post any specific error messages you’re seeing I can try and help debug, but as I say I cannot specifically test on Windows.

@Kreijstal
Copy link

@BenHut1 you need to install gradle for windows, in my case I'd use scoop install gradle as it is the easiest

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

3 participants