go-spatial / go-mbgl

Go bindings for Mapbox GL Native
16 stars 1 forks source link

Get install script to build needed archives under centos #28

Closed gdey closed 5 years ago

gdey commented 5 years ago

Currently, snap will not build in CentOs and the install.sh script is particular to Ubuntu. Port over the install to script to allow it to build the need archives.

jj0hns0n commented 5 years ago

I think building on Ubuntu is still okay as I'm already running the binary on centos

On Wed, Feb 13, 2019, 7:27 PM Gautam Dey <notifications@github.com wrote:

Currently, snap will not build in CentOs and the install.sh script is particular to Ubuntu. Port over the install to script to allow it to build the need archives.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/go-spatial/go-mbgl/issues/28, or mute the thread https://github.com/notifications/unsubscribe-auth/AAe43jAmouQC2bToAQkVSPTIEgxpOIbDks5vNNeEgaJpZM4a6vni .

ARolek commented 5 years ago

@jj0hns0n the main reason for this issue is bringing together go-mbgl and go-rsvg together to support maptoolkit. We need to have both built for the same target OS.

jj0hns0n commented 5 years ago

Whatever works, but as long as it runs on centos, it doesnt necessarily matter where its built.

On Thu, Feb 14, 2019 at 9:13 AM Alexander Rolek notifications@github.com wrote:

@jj0hns0n https://github.com/jj0hns0n the main reason for this issue is bringing together go-mbgl and go-rsvg together to support maptoolkit. We need to have both built for the same target OS.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/go-spatial/go-mbgl/issues/28#issuecomment-463710943, or mute the thread https://github.com/notifications/unsubscribe-auth/AAe43hzJCsHW58YxGJ6Cj3tZr1FOQ5tKks5vNZlSgaJpZM4a6vni .

ARolek commented 5 years ago

Absolutely.