mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Silence tar and make
This commit is contained in:
parent
79cc8e8fb7
commit
b676671056
@ -60,30 +60,30 @@ ls -l $GDALINST
|
||||
if [ ! -d $GDALINST/gdal-1.9.2 ]; then
|
||||
cd $GDALBUILD
|
||||
wget http://download.osgeo.org/gdal/gdal-1.9.2.tar.gz
|
||||
tar -xzvf gdal-1.9.2.tar.gz
|
||||
tar -xzf gdal-1.9.2.tar.gz
|
||||
cd gdal-1.9.2
|
||||
./configure --prefix=$GDALINST/gdal-1.9.2 $GDALOPTS
|
||||
make -j 2
|
||||
make -s -j 2
|
||||
make install
|
||||
fi
|
||||
|
||||
if [ ! -d $GDALINST/gdal-1.11.2 ]; then
|
||||
cd $GDALBUILD
|
||||
wget http://download.osgeo.org/gdal/1.11.2/gdal-1.11.2.tar.gz
|
||||
tar -xzvf gdal-1.11.2.tar.gz
|
||||
tar -xzf gdal-1.11.2.tar.gz
|
||||
cd gdal-1.11.2
|
||||
./configure --prefix=$GDALINST/gdal-1.11.2 $GDALOPTS
|
||||
make -j 2
|
||||
make -s -j 2
|
||||
make install
|
||||
fi
|
||||
|
||||
if [ ! -d $GDALINST/gdal-2.0.1 ]; then
|
||||
cd $GDALBUILD
|
||||
wget http://download.osgeo.org/gdal/2.0.1/gdal-2.0.1.tar.gz
|
||||
tar -xzvf gdal-2.0.1.tar.gz
|
||||
tar -xzf gdal-2.0.1.tar.gz
|
||||
cd gdal-2.0.1
|
||||
./configure --prefix=$GDALINST/gdal-2.0.1 $GDALOPTS
|
||||
make -j 2
|
||||
make -s -j 2
|
||||
make install
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user