From be32d92e4ac77c6daf36cf81e92a4a5c2b679bce Mon Sep 17 00:00:00 2001 From: Josef Schlehofer <josef.schlehofer@nic.cz> Date: Thu, 24 Dec 2020 14:16:32 +0100 Subject: [PATCH] README: add Python3 to requirements This is required for OpenWrt master (which is going to become OpenWrt 20.xx/21.xx) once it is released. Otherwise, you will get this error: Build dependency: Please install Python >= 3.5 Python2 needs to be there for OpenWrt 19.07. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 332fcfb45..8ecbe97e6 100644 --- a/README.adoc +++ b/README.adoc @@ -36,7 +36,7 @@ You need to have a GNU/Linux distribution to be able to compile Turris OS and pa To install all dependencies for Debian distribution you can use: -- - apt install ca-certificates git build-essential zlib1g-dev gawk libssl-dev subversion unzip libncurses-dev wget python file rsync gcc-multilib g++-multilib + apt install ca-certificates git build-essential zlib1g-dev gawk libssl-dev subversion unzip libncurses-dev wget python python3 file rsync gcc-multilib g++-multilib -- For other distributions, we suggest to look at https://openwrt.org/docs/guide-developer/build-system/install-buildsystem[OpenWrt documentation]. -- GitLab