>
> it shouldn't require compiling Julia, you just need libclang and
> libclang-dev <https://github.com/ihnorton/Clang.jl#installation>.


...and a compiler, at the moment, which makes it a little bit more
difficult to use on Windows.

- if I really need to compile Julia, can I do it in  windows 10 64 bits
> with make 32bits?


There is a fairly specific set of prerequisites to build Julia on Windows,
detailed here:
https://github.com/JuliaLang/julia/blob/master/README.windows.md#cygwin-to-mingw-cross-compiling

(I think some people are still using the MSYS2 instructions, but those are
not as well-maintained/tested as the Cygwin build docs)

- if i do that, will it still work with Juno?


Probably, but I can't say for sure as I don't use Juno.



On Thu, Aug 13, 2015 at 3:56 PM, Martijn Visser <mgvis...@gmail.com> wrote:

> Hi Marcio,
>
> It would be great if you can contribute to the existing geospatial
> libraries. Be sure to check out JuliaGeo <https://github.com/JuliaGeo> and
> the other packages listed at Julia.jl/Earth-Science.md
> <https://github.com/svaksha/Julia.jl/blob/master/Earth-Science.md>, to
> make sure others aren't working on it already.
> I can't say much about the Clang.jl wrapper, I've only used it on Ubuntu,
> but it shouldn't require compiling Julia, you just need libclang and
> libclang-dev <https://github.com/ihnorton/Clang.jl#installation>.
>
> -Martijn
>
>
> On Thursday, August 13, 2015 at 9:24:58 PM UTC+2, Marcio Sales wrote:
>>
>> Hi all
>> I noticed there's a lack of geospatial data packages in Julia at the
>> moment. I'm trying to learn the Clang.jl package to make C bindings for
>> some geospatial libraries to start my migration from matlab.
>>
>> however, I'm can't install the package correctly.
>>
>> - what do I need to install in my computer before and after installing
>> Julia to make it work? win10x64
>> - is it possible to make it work without recompiling Julia?
>> - if I really need to compile Julia, can I do it in  windows 10 64 bits
>> with make 32bits?
>> - if i do that, will it still work with Juno?
>>
>> any help appreciated. I'll make sure to share my successes.
>> best
>> marcio.
>>
>>
>>

Reply via email to