From 1e34a59c6b0b766d963b1e0eb14cf0baa464d37f Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Sun, 12 Jan 2020 21:22:03 +0100 Subject: [PATCH] Add python3-distro to list of required Linux packages Also changed python3.6 to python, because "python3.6" doesn't work on Ubuntu 19.10, but "python3" works everywhere. --- BUILD_LINUX.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD_LINUX.md b/BUILD_LINUX.md index 14bd8c6af4..41f4238f0e 100644 --- a/BUILD_LINUX.md +++ b/BUILD_LINUX.md @@ -63,9 +63,9 @@ sudo apt-get install libasound2 libxmu-dev libxi-dev freeglut3-dev libasound2-de ```bash sudo apt-get -y install libpulse0 libnss3 libnspr4 libfontconfig1 libxcursor1 libxcomposite1 libxtst6 libxslt1.1 ``` -1. Install Python 3: +1. Install Python 3 and required packages ```bash -sudo apt-get install python3.6 +sudo apt-get install python3 python3-distro ``` 1. Install node, required to build the jsdoc documentation ```bash