[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
pgpC0wdidZOwe.pgp
Description: PGP signature
- [gpsd-users] Compiling gpsd from scratch, David J Taylor, 2014/12/13
- Re: [gpsd-users] Compiling gpsd from scratch,
Greg Troxel <=
- Re: [gpsd-users] Compiling gpsd from scratch, Eric S. Raymond, 2014/12/13
- Re: [gpsd-users] Compiling gpsd from scratch, Greg Troxel, 2014/12/13
- Re: [gpsd-users] Compiling gpsd from scratch, Eric S. Raymond, 2014/12/13
- Re: [gpsd-users] Compiling gpsd from scratch, Greg Troxel, 2014/12/13
- Re: [gpsd-users] Compiling gpsd from scratch, Eric S. Raymond, 2014/12/13
- Re: [gpsd-users] Compiling gpsd from scratch, Gerry Creager - NOAA Affiliate, 2014/12/18
Re: [gpsd-users] Compiling gpsd from scratch, David J Taylor, 2014/12/18