Which version of julia-nightly is for which Windows version appropriate?
is the julia-nightly-64-bit-version for Windows 64.
I ask, because the julia-nightly-32-bit-version errors with a
Tree Hash MisMatch Error when compiling.
If you are using juliaup maybe you ran into this:
In that case just update again.
1 Like
I just create a self-contained demonstration here:
8 Likes
Cool. It works and added everything that was missing to PATH. Only Line 39 in your script (step 5) didn’t succeed programmatically:
IOError: could not spawn
juliac multiply_numbers --output-exe multiply_numbers.exe --bundle build --trim: no such file or directory (ENOENT)
I ran this command directly using the cmd and it worked.
Thank you very much. I wished to see such examples of juliac use!
1 Like