Here are the usual Windows versions for 32-bit Windows <https://s3.amazonaws.com/julialang/bin/winnt/x86/0.5/julia-0.5.0-win32.exe> and for 64-bit Windows <https://s3.amazonaws.com/julialang/bin/winnt/x64/0.5/julia-0.5.0-win64.exe>
On Monday, October 24, 2016 at 2:23:24 PM UTC-4, Bill Hart wrote: > > We don't support Cygwin. The Nemo binaries are native Windows binaries. > > I was unaware there was a Cygwin version of Julia. > > Bill. > > On 24 October 2016 at 19:48, Jeffrey Sarnoff <jeffrey...@gmail.com > <javascript:>> wrote: > >> I tried this on windows, it worked: >> delete the directory Nemo (found with Pkg.dir() subdir Nemo)) >> delete the corresponding directory METADATA/Nemo (Pkg.dir("METADATA") >> subdir Nemo) >> and if they exist, .cache/Nemo, METADATA/.cache/Nemo >> restart Julia, do Pkg.update() >> > Pkg.clone("https://github.com/Nemocas/Nemo.jl") >> when its done, quit and restart Julia >> > Pkg.build("Nemo") >> when its done, restart Julia >> > using Nemo >> # a bunch of warnings, then Welcome to Nemo ... >> restart Julia >> > using Nemo >> Welcome to Nemo ... (without the warnings) >> >> >> On Monday, October 24, 2016 at 1:24:30 PM UTC-4, digxx wrote: >>> >>> Hey, >>> Thx for ur reply. I tried both deleting all the files and run Pkg.build >>> again... >>> It however did not work as are all the files present too :-( >>> Julia in cygwin is correct... >>> >> >