From 867e57d51f8f5ae0434bc676fbd1a7b4bd16b6e1 Mon Sep 17 00:00:00 2001 From: Aaron Feickert <66188213+AaronFeickert@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:39:04 -0500 Subject: [PATCH] Update Linux build instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1304e41610..627c6acea0 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ sudo apt-get install git curl python build-essential libtool automake pkg-config sudo apt-get install qttools5-dev qttools5-dev-tools libxcb-xkb-dev bison ``` +If you use a later version of Ubuntu, you may need to replace `python` with `python3`. + - Redhat/Fedora: ```sh