-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not clear how to install drake in installation-from-source instructions #12306
Comments
I can see that the docs could be improved, I'll see what I can do. Could you share your actual use case, so that I can make sure it's addressed, and I'm not firing in the dark on what the target is? However, the short answer is that it's just like any other CMake project -- you do And of course https://github.com/RobotLocomotion/drake-external-examples shows how to use Drake from another CMake project as an external, though it sounds like you have a different use case in mind. \CC @jamiesnape FYI |
I eventually gathered that the installation process used cmake (from which I also gathered that the I wasn't aware of https://github.com/RobotLocomotion/drake-external-examples; the @jwnimmer-tri I think essentially copying the documentation on https://github.com/RobotLocomotion/drake-external-examples (specifically that under "Examples of how to use Drake in your own project") to Drake's installation-from-source would have answered my question. |
Great. So at a minimum, Drake's docs should hyperlink to |
(Well, it's linked from the https://drake.mit.edu/ homepage, but the "from source" and "from binary" pages should link to it also.) |
Kicking over to @jamiesnape so as to roll up into the overall installation instruction tune-up of code, docs, etc. |
Fixed in #22461. |
This page (https://drake.mit.edu/from_source.html) tells how to build drake (binaries) but does not tell how to install libraries, binaries, headers, etc. to, e.g., /usr/lib, /usr/bin, etc. Even producing the directories in the same manner as the binary distribution would be okay (not as simple as the typical
make install
, but still fine), but that does not appear to be covered by the documentation for "installation from source".(Assigning to @jwnimmer-tri, please feel free to reassign)
The text was updated successfully, but these errors were encountered: