From 16f967a86c7a5145a9fdd5a0f7e76682e1b3cf75 Mon Sep 17 00:00:00 2001 From: alfrix Date: Fri, 15 Mar 2024 09:51:26 -0300 Subject: [PATCH] docs: touch calibration add extra deps needed for xtcal --- docs/Troubleshooting/Touch_issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Troubleshooting/Touch_issues.md b/docs/Troubleshooting/Touch_issues.md index 0a623f8a..08bcbd4f 100644 --- a/docs/Troubleshooting/Touch_issues.md +++ b/docs/Troubleshooting/Touch_issues.md @@ -106,7 +106,7 @@ This is optional, and you should only do it if you are having problems. Download and build xtcal: ```sh -sudo apt-get install libxaw7-dev +sudo apt-get install libxaw7-dev libxxf86vm-dev libxft-dev cd git clone https://github.com/KurtJacobson/xtcal cd xtcal