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
also binary is NOT in src/routing-instructions/routing-instructions, rather it is in tools/routing-instructions/routing-instructions
Thanks for reporting, fixed.