File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ geos_c.h is in /usr/local/include, set GEOS_DIR to /usr/local).
84
84
Then go to step (3). If you don't have it, you can build it from
85
85
the source code included with basemap by following these steps:
86
86
87
- ```
88
- > cd geos-3.3.3
89
- > export GEOS_DIR=<where you want the libs and headers to go>
90
- A reasonable choice on a Unix-like system is /usr/local, or
91
- if you don't have permission to write there, your home directory.
92
- > ./configure --prefix=$GEOS_DIR
93
- > make; make install
94
- ```
87
+ ```
88
+ > cd geos-3.3.3
89
+ > export GEOS_DIR=<where you want the libs and headers to go>
90
+ A reasonable choice on a Unix-like system is /usr/local, or
91
+ if you don't have permission to write there, your home directory.
92
+ > ./configure --prefix=$GEOS_DIR
93
+ > make; make install
94
+ ```
95
95
96
96
3 . cd back to the top level basemap directory (basemap-X.Y.Z) and
97
97
run the usual 'python setup.py install'. Check your installation
You can’t perform that action at this time.
0 commit comments