Le jeudi 16 juin 2016 à 01:34 -0700, Nils Gudat a écrit : > Apologies for decreasing quality of questions, but how do I actually > start julia after building from source on Linux? After having > successfully (I believe) built the latest 0.4.6-pre master, I can't > find an exectuable to start julia. I tried grepping through the > folder (find | grep '\.exe$'), but to no avail. If the build succeeded, you only have to run ./julia (.exe files are a Windows format).
Regards