Need to document how to build a remote module against binary packages
Target documentation resources
CookBook should add a section (or paragraph here : https://www.orfeo-toolbox.org/CookBook-8.0/RemoteModules.html#installation-and-usage)
Change requested
I've compiled my remote module againt an installed OTB, I've a "symbol not found" error when I launched the application. This is due to a very tricky bug, discussed here : s1-tiling/s1tilingsupportapplications#4 (comment 93605)
When I add this flag, it works fine :
cmake ../../fast-lsd/ -DOTB_BUILD_MODULE_AS_STANDALONE=True -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=0
This workaround should be documented.