From 6b0e89090c76ae3f00916f9e724e99201be6c18f Mon Sep 17 00:00:00 2001 From: James Date: Fri, 15 Jun 2018 09:30:37 +0100 Subject: [PATCH] Update README.md Does not require gcc7 anymore. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a026d1..0d066c1 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,7 @@ Use [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) and then f For example, if you installed Ubuntu 18.04 then you might setup your environment like: ``` -sudo apt install cmake zlib1g-dev gcc-7 g++-7 build-essentials -sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 50 -sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 5 +sudo apt install cmake zlib1g-dev gcc g++ build-essentials wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb sudo dpkg -i devkitpro-pacman.deb sudo ln -s /proc/mounts /etc/mtab