gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-users] Compiling gpsd from scratch


From: Greg Troxel
Subject: Re: [gpsd-users] Compiling gpsd from scratch
Date: Sat, 13 Dec 2014 09:04:31 -0500
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/23.4 (berkeley-unix)

I was about to tell you to read the installation instructions in the git
checkout, but amazingly enough there aren't any!

This is the script I use, on NetBSD with the pre-requisites from
pkgsrc.  Other than the big hint to use scons and that I am not a fan of
qt, there's almost nothing to it.

You'll need python, scons, and some kind of ncurses already installed.


#!/bin/sh

version=`git describe`

scons -c < /dev/null > /dev/null 2>&1
scons qt=no libQgpsmm=no < /dev/null > BUILD.$version 2>&1
scons check < /dev/null > CHECK.$version 2>&1

Attachment: pgpC0wdidZOwe.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]