Changeset 60
- Timestamp:
- 01/19/08 11:09:45
- Files:
-
- spatialindex/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spatialindex/trunk/README
r59 r60 45 45 you would like to use a different installation directory (e.g., in case 46 46 that you do not have root access) run the configure script with 47 the --prefix option:: 47 the --prefix option: 48 49 :: 48 50 49 51 ./configure --prefix=/home/marioh/usr 50 52 51 Make the library::53 Make the library:: 52 54 53 55 make 54 56 55 Install the library::57 Install the library:: 56 58 57 59 make install
