aboutsummaryrefslogtreecommitdiff
path: root/doc/TROUBLESHOOTING.md
Commit message (Collapse)AuthorAgeFilesLines
* Improve documentation around Cargo features; make Runtime require Debugeta2022-05-111-0/+34
| | | | | | | | | | | | | | - arti#445 highlighted the lack of good documentation around Arti's multiple runtime support, as well as it being difficult to determine what runtime was actually in use. - Improve the documentation to solve the first problem. - To solve the second problem, make Runtime require Debug (which is arguably a good idea anyway, since it makes them easier to embed in things), and print out the current runtime's Debug information when arti is invoked with `--version`. - (It also prints out other Cargo features, too!) fixes arti#445
* TROUBLESHOOTING.md: More information+links about build process.Nick Mathewson2022-01-211-1/+28
| | | | Part of #277
* Start a TROUBLESHOOTING.md with known compilation issues.Nick Mathewson2021-12-061-0/+26