Skip to content

Instantly share code, notes, and snippets.

@bryanjhv
Created August 16, 2023 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanjhv/db991d574a26a0e265c9491eca1f77b1 to your computer and use it in GitHub Desktop.
Save bryanjhv/db991d574a26a0e265c9491eca1f77b1 to your computer and use it in GitHub Desktop.
#!/bin/bash
args=(
minimal=yes # build only gpsd
gpsdclients=no # without clients
gpsd_group=uucp # arch linux group
socket_export=yes # fixes gps_unpack
control_socket=yes # for /run/gpsd.sock
)
scons "${args[@]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment