Changes between Version 1 and Version 2 of UsersWikiPostgisRpmInstallation
- Timestamp:
- 04/13/09 14:33:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostgisRpmInstallation
v1 v2 30 30 Here is a basic guide for building RPMs: 31 31 32 # Move the patches/sources and source tarball into /usr/src/redhat/SOURCES 33 # Next, move the spec file under /usr/src/redhat/SPECS 34 # Run the following command: rpmbuild -bb postgis.spec 32 1. Move the patches/sources and source tarball into /usr/src/redhat/SOURCES 33 1. Next, move the spec file under /usr/src/redhat/SPECS 34 1. Run the following command: rpmbuild -bb postgis.spec 35 35 36 This will build RPMs for you. 36 37