Bug 330802 - instructions for building routing-instructions are not up-to-date
Summary: instructions for building routing-instructions are not up-to-date
Status: RESOLVED FIXED
Alias: None
Product: marble
Classification: Applications
Component: website (show other bugs)
Version: unspecified
Platform: unspecified Other
: NOR normal
Target Milestone: ---
Assignee: Dennis Nienhüser
URL: http://techbase.kde.org/Projects/Marb...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-05 16:08 UTC by Harold Ship
Modified: 2014-02-05 19:49 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.