Bug 330802

Summary: instructions for building routing-instructions are not up-to-date
Product: [Applications] marble Reporter: Harold Ship <harold>
Component: websiteAssignee: Dennis Nienhüser <nienhueser>
Status: RESOLVED FIXED    
Severity: normal CC: harold, nienhueser
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Other   
URL: http://techbase.kde.org/Projects/Marble/RoutingInstructions
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Harold Ship 2014-02-05 16:08:45 UTC
Crucial information is missing from the instructions on building routing-instructions. The build step says:

cmake -DQTONLY=ON ../src

when it should say:

cmake -DQTONLY=ON BUILD_MARBLE_TOOLS=ON ../src

With this change, the build works.

Reproducible: Always

Steps to Reproduce:
1. Try to follow the build instructions
2. make routing-instructions

Actual Results:  
cannot find target

Expected Results:  
builds the routing-instructions

Got to the page from http://wiki.openstreetmap.org/wiki/YOURS#Installing_RoutingInstructions
Comment 1 Harold Ship 2014-02-05 16:13:19 UTC
also binary is NOT in src/routing-instructions/routing-instructions, rather it is in tools/routing-instructions/routing-instructions
Comment 2 Dennis Nienhüser 2014-02-05 19:49:47 UTC
Thanks for reporting, fixed.