"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "gpsdrive-2.10pre6/Documentation/README.Fedora" of archive gpsdrive-2.10pre6.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 
    2 Installing GPSDRIVE on "Fedora Core release 5" 
    3 ----------------------------------------------
    4 
    5 yum update
    6 
    7 yum -y install geos
    8 yum -y install hdf5
    9 yum -y install mysql
   10 yum -y install perl-DBI
   11 yum -y install unixODBC
   12 yum -y install e2fsprogs-devel
   13 yum -y install giflib-devel
   14 yum -y install hdf
   15 yum -y install hdf-devel
   16 yum -y install hdf5-devel
   17 yum -y install krb5-devel
   18 yum -y install libjpeg-devel
   19 yum -y install libtiff-devel
   20 yum -y install mysql-devel
   21 yum -y install mysql-server
   22 yum -y install netcdf
   23 yum -y install netcdf-devel
   24 yum -y install openssl-devel
   25 yum -y install postgresql
   26 yum -y install postgresql-devel
   27 yum -y install proj
   28 yum -y install proj-devel
   29 yum -y install shapelib
   30 yum -y install shapelib-devel
   31 yum -y install sqlite-devel
   32 yum -y install unixODBC-devel
   33 
   34 rpm -Uvh http://ftp.intevation.de/freegis/fedora/5/RPMS/gdal-1.3.1-2.i386.rpm
   35 rpm -Uvh http://ftp.intevation.de/freegis/fedora/5/RPMS/gdal-devel-1.3.1-2.i386.rpm
   36 
   37 yum -y install libart_lgpl
   38 yum -y install libart_lgpl-devel
   39 yum -y install ImageMagick-perl
   40 
   41 wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-6.7.tar.gz
   42 tar xzf pcre-6.7.tar.gz
   43 cd pcre-6.7 && ./configure && make && make install
   44 
   45 yum -y install gpsd gpsd-clients gpsd-devel
   46 
   47 perl -e shell -MCPAN
   48 
   49 	force install Date::Manip
   50 	force install WWW::Mechanize
   51 	force install Text::Query
   52 
   53 Enjoy!