forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Add instructions for updating prerequisites (RobotLocomotion#12614)
- Loading branch information
1 parent
68fce04
commit 161b467
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Installation Prerequisites | ||
|
||
These are dependencies that are not pulled in via Bazel and must be installed | ||
on the OS itself. | ||
|
||
For how to install Drake on your system, please see the | ||
[Installation and Quickstart](https://drake.mit.edu/installation.html) | ||
documentation. | ||
|
||
If you are a developer wishing to add dependencies, please see the | ||
[Jenkins pages for Updating Installation Prerequisites]( | ||
https://drake.mit.edu/jenkins.html#updating-installation-prerequisites). |