diff options
Diffstat (limited to 'docs/TROUBLESHOOTING.md')
-rw-r--r-- | docs/TROUBLESHOOTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md new file mode 100644 index 0000000000..9832b5da0a --- /dev/null +++ b/docs/TROUBLESHOOTING.md @@ -0,0 +1,5 @@ +# Troubleshooting + +To trigger a complete rebuild, run `make clean`. + +If you are having trouble getting the dependencies right, you can blow away the `mason_packages` directory, or run `make distclean`. This means the `Makefile` and configure script will automatically install the dependencies again on the next try. |