- Download and extract
- Refer
INSTALLandbuild.txtingpsdsource yum install gccyum install ncurses ncurses-develyum install python-devel- Install scons
- Run
sconsingpsdsource folder - Run
scons check - Run
scons install - Run
scons udev-installif need USB hotplug support
cd <gpsd source folder>
cp packaging/rpm/gpsd.init /etc/init.d/gpsd
chmod 755 /etc/init.d/gpsd
cp packaging/rpm/gpsd.sysconfig /etc/sysconfig/gpsd
chmod 644 /etc/sysconfig/gpsd
chkconfig gpsd on