User Tools

Site Tools


build_gpsd


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
build_gpsd [2022/12/26 01:01] – [Dependencies] millerjsbuild_gpsd [2024/11/14 02:30] (current) – external edit 127.0.0.1
Line 5: Line 5:
  
 ===== Dependencies ===== ===== Dependencies =====
 +For debian 11.x based distros: 
 <code> <code>
 sudo apt install build-essential manpages-dev pkg-config scons libncurses-dev \ sudo apt install build-essential manpages-dev pkg-config scons libncurses-dev \
 python-dev-is-python3 gnuplot pps-tools git python-gi-dev python3-cairo-dev \ python-dev-is-python3 gnuplot pps-tools git python-gi-dev python3-cairo-dev \
 python3-blockdev libgtk-3-dev python3-serial asciidoctor python3-matplotlib  python3-blockdev libgtk-3-dev python3-serial asciidoctor python3-matplotlib 
 +</code>
 +
 +For RHEL/Rocky/Alma/Etc.
 +<code>
 +sudo dnf groupinstall "Development Tools" ; 
 +sudo dnf --enablerepo=powertools install python3-scons asciidoctor ncurses-devel
 +
 </code> </code>
  
Line 17: Line 24:
  
 ===== Build ===== ===== Build =====
- +To build a slimmed-down version of gpsd for ublox GNSS, run:
-To build, run: +
- +
-<code>scons</code> +
- +
-or?+
  
 <code> <code>
-scons pps=yes bluez=no tsip=no tripmate=no tnt=no \ +scons aivdm=no ashtech=no bluez=no earthmate=no evermore=no fury=no fv18=no \ 
-superstar2=no skytraq=no sirf=no oncore=no navcom=no mtk3301=no itrax=no \ +garmin=no garmintxt=no geostar=no gpsclock=no greis=no isync=no itrax=no \ 
-geostar=no fv18=no fury=no evermore=no earthmate=no ashtech=no aivdm=no \ +magic_hat=no navcom=no nmea2000=no oceanserver=no oncore=no oscillator=no \ 
-garmin=no garmintxt=no isync=no magic_hat=no nmea2000=no oceanserver=no \ +rtcm104v2=no rtcm104v3=no sirf=no skytraq=no superstar2=no tnt=no tripmate=no \ 
-oscillator=no qt=no rtcm104v2=no rtcm104v3=no usb=no xgps=no +tsip=no usb=no xgps=no -j 4
 </code> </code>
  
-(You can run scons -h instead to look at options to specifically enable or disable if you don't want a stock install.)+If you want to build all of gpsd, run: 
 + 
 +<code>scons</code> 
 + 
 +(on RHEL-based systems, run ''scons-3'')
 ===== Install ===== ===== Install =====
  
build_gpsd.1672016499.txt.gz · Last modified: 2024/11/14 02:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki