open-rmf / rmf

Root repository for the RMF software
Apache License 2.0
223 stars 58 forks source link

Updates Clang and LLD install instructions #295

Closed arjo129 closed 1 year ago

arjo129 commented 1 year ago

Building with clang and lld without installing libstdc++-12-dev leads to linker errors when trying to compile trivial C++ code on ubuntu 22.04. This PR updates the instructions to have users install the correct version of libstdc++-12-dev. Thanks @Yadunund for the suggestion.

Signed-off-by: Arjo Chakravarty arjo@openrobotics.org