You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,16 @@ There are also a few scripts in here for doing other useful things such as a bat
7
7
8
8
## Requirements
9
9
####Mac OS X:
10
-
Install GDAL Complete framework package via [King Chaos.](http://www.kyngchaos.com/software/qgis)
11
-
Be sure to follow the instructions for appending the GDAL utilities' absolute path to the `PATH` variable in your `.bash_profile` or `.bashrc`.
10
+
Install the GDAL Complete Framework package via [King Chaos.](http://www.kyngchaos.com/software/qgis)
11
+
Be sure to follow the instructions for appending GDAL utilities' absolute path to the `PATH` variable in your `.bash_profile` or `.bashrc` in your home directory.
12
12
13
13
####Linux:
14
14
15
15
Install FWTools (I used the Linux 64-bit version which is [here](http://fwtools.maptools.org/linux-experimental.html).
16
16
17
17
####Test:
18
18
19
-
Make sure ogr2ogr is working in command line with basic command: `ogrinfo --version`
19
+
Make sure `ogr2ogr` is working in Bash with basic command: `ogrinfo --version`
0 commit comments