<div dir="ltr">Possibly a dumb question... Why not checkout, build and use the svn trunk?  If you get unlucky and hit a version that is not building, we usually get things back to building in a couple hours.  It might take a little bit to tune the configuration to your needs, but once you have it, you should be in great shape.<div><br></div><div>-kurt</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 13, 2016 at 9:23 AM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le mercredi 13 janvier 2016 18:05:40, Jose Gomez-Dans a écrit :<br>
> Hi Even,<br>
><br>
> As usual, may thanks for your help, it's really useful<br>
><br>
> On 13 January 2016 at 16:16, Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>><br>
><br>
> wrote:<br>
> > You can also compile the driver code as a plugin against older GDAL<br>
> > releases<br>
> > (works at least with 1.10 or later)<br>
><br>
> Are there some documents on how to achieve this?<br>
<br>
</span>1) Get and uncompress the source of the GDAL version you use<br>
2) create frmts/sentinel2 directory<br>
3) copy <a href="https://svn.osgeo.org/gdal/trunk/gdal/frmts/sentinel2/sentinel2dataset.cpp" rel="noreferrer" target="_blank">https://svn.osgeo.org/gdal/trunk/gdal/frmts/sentinel2/sentinel2dataset.cpp</a> in it<br>
4) on Linux, g++ -Wall  -Iport -Igcore -Iogr -O2 -fPIC frmts/sentinel2/sentinel2dataset.cpp -shared -o gdal_SENTINEL2.so<br>
5) export GDAL_DRIVER_PATH=$PWD<br>
6) check the driver is available: gdalinfo --format SENTINEL2<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> Jose<br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">--<div><a href="http://schwehr.org" target="_blank">http://schwehr.org</a></div></div>
</div>