gpsd-dev
[Top][All Lists]
Advanced

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

[gpsd-dev] [PATCH 2/2] Correct crossbuild example, from a clean git clon


From: Sanjeev
Subject: [gpsd-dev] [PATCH 2/2] Correct crossbuild example, from a clean git clone
Date: Fri, 18 Mar 2016 09:00:28 +0800

The sample typescript assumed that you had a previous
.scons-options-cache saved.
---
 build.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/build.txt b/build.txt
index 349d9ec..01fb472 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
-- 
2.7.3




reply via email to

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