traversaro / drake-lite-cmake

Reduced (lite) unofficial version of drake (https://drake.mit.edu/) that can be built with CMake.
11 stars 0 forks source link

Document dependencies installation process #10

Closed traversaro closed 4 years ago

traversaro commented 4 years ago

For:

As fcl 0.6.0 in the end was not shipped with Ubuntu 20.04, probably it make sense to also offer the option to download internally using CMake's FetchContent .

traversaro commented 4 years ago

As some times as passed all the require dependencies, except for fcl, should be available on apt of Ubuntu 20.04/Homebrew/vcpkg, so we should start documenting them.

fcl in a sense is a "special" dependency as it is developed by drake team, so in the end drake will probably always require a rather recent fcl version, so it make sense to fetch it and use it via FetchContent by default, and just have an option to find it externally for specific scenario (superbuild or similar).