Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 415 Bytes

This repository contains bash scripts and a Dockerfile that can be used for generating ruby bindings from GDAL 1.11.5 (latest before 2.x).

Usage

./generate-ruby-bindings.sh

This command should produce the following file tree structure:

generated/
├── gdal.cpp
├── ogr.cpp
└── osr.cpp

The *.cpp files can be copied into the ruby-gdal gem source for recompiling the gem.