mapbox / Hecate

Fast Geospatial Feature Storage API
MIT License
252 stars 36 forks source link

How to build? #163

Closed chazanov closed 5 years ago

chazanov commented 5 years ago

Since there was no INSTALL file I've just run cargo build --release

This fails due to unsupported proc_macro. My rust is 1.33, so this shouldn't be too old??

How may I correctly compile hecate?

cc/ @ingalls

ingalls commented 5 years ago

Please take a look at the Build Environment section of the README. Compiling hecate will require nightly at this time.