From febd9a574622b446a270f3ad6d40bbe586505966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fonseca?= Date: Tue, 28 Jan 2020 23:32:15 +0100 Subject: [PATCH 1/2] Added python3 to Ubuntu prerequisites. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de9e0b1..cd8e8cb1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Alternatively : Several standard packages are needed to build the toolchain. On Ubuntu, executing the following command should suffice: - $ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev + $ sudo apt-get install autoconf automake autotools-dev curl python3 libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev On Fedora/CentOS/RHEL OS, executing the following command should suffice: From c1673934112f5ec96809c05bab97606be35108cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fonseca?= Date: Wed, 29 Jan 2020 00:24:19 +0100 Subject: [PATCH 2/2] Added python3 for yum and brew. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd8e8cb1..984e965a 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ executing the following command should suffice: On Fedora/CentOS/RHEL OS, executing the following command should suffice: - $ sudo yum install autoconf automake libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++ zlib-devel expat-devel + $ sudo yum install autoconf automake python3 libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++ zlib-devel expat-devel On OS X, you can use [Homebrew](http://brew.sh) to install the dependencies: - $ brew install gawk gnu-sed gmp mpfr libmpc isl zlib expat + $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat To build the glibc (Linux) on OS X, you will need to build within a case-sensitive file system. The simplest approach is to create and mount a new disk image with