Spyke

The seem to be working on getting it working on Windows right now: Windows builder in CI but I assume on linux it should be fine.

I don't have any experience with that crate myself.

1

@Kaiser If you run into trouble with something-sys, you should check whether that crate requires libsomething headers to be installed. (cargo will take care of dependencies, but only within Rust, it can't install arbitrary C libraries). On Ubuntu, you'll need to run sudo apt install libproj-dev (maybe also libtiff-dev) to get these headers.

1

Thanks for the response, never got it quite working on windows but rebuilding my Ubuntu is seemed to do the trick.

1

Just created a new crate and added proj, and then cargo build. And it works. proj-sys did build.

1

You reached the end

Proj Crate | Spyke