-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some instructions for updating the bundled version
- Loading branch information
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Updating bundled gdal version for gdal-src | ||
|
||
Perform the following steps: | ||
|
||
``` | ||
git submodule init | ||
git submodule update | ||
cd gdal-src/source | ||
git pull | ||
git checkout v3.8.3 # corresponds to the tag you want to update to | ||
cd ../../ | ||
git add gdal-src/source | ||
git commit -m "Update bundled gdal version to 3.8.4" | ||
``` | ||
|
||
These steps assume that there are no fundamental changes to the gdal build system. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters