Skip to content

Commit edfdfde

Browse files
author
Henry Hammond
committed
Updated list in readme
1 parent 78fcad2 commit edfdfde

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ geos_c.h is in /usr/local/include, set GEOS_DIR to /usr/local).
8484
Then go to step (3). If you don't have it, you can build it from
8585
the source code included with basemap by following these steps:
8686

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+
```
9595

9696
3. cd back to the top level basemap directory (basemap-X.Y.Z) and
9797
run the usual 'python setup.py install'. Check your installation

0 commit comments

Comments
 (0)