From de4f6004f8c8b437bc1317204e0023d98f07e937 Mon Sep 17 00:00:00 2001 From: Sanjeev Date: Fri, 18 Mar 2016 09:00:28 +0800 Subject: Correct crossbuild example, from a clean git clone The sample typescript assumed that you had a previous .scons-options-cache saved. --- build.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build.txt') diff --git a/build.txt b/build.txt index 349d9ecc..01fb4723 100644 --- a/build.txt +++ b/build.txt @@ -459,7 +459,12 @@ $ git clone [...] Cloning into gpsd... [...] $ cd gpsd -$ cp ../.scons-option-cache . +---- + +Edit .scons-options-cache (may not exist) and add lines, describing +what your target architecture and build preferences are. + +---- $ cat .scons-option-cache libgpsmm = False libQgpsmm = False -- cgit v1.2.1