Closed phillijw closed 1 day ago
I do see there's meta/build_cloudflare.sh
but even it doesn't suggest java is a requirement
What OS are you using? What IDE/command line did you use? Antlr4BuildTasks is able to download java runtime on its own and there should be nothing required other than dotnet run
. I am afraid in this case it might be some Antlr4BuildTasks corner case.
I'm on macos using jetbrains rider. I'll try some more things tomorrow via commandline
Looks like Antlr4BuildTasks doesn't support ARM macs: https://github.com/kaby76/Antlr4BuildTasks/blob/master/Antlr4BuildTasks/Tasks/RunAntlrTool.cs#L937-L946
I also use one, but apparently I have java installed. So I guess you have to install it manually as well. I will update the readme later.
Might be good to have some basic instructions for dependencies required or else automatically install these dependencies using nuget?