From 0f667ed278dd9ddf5c6ffd4c76d358cb0edfabee Mon Sep 17 00:00:00 2001 From: KaiN Date: Sun, 21 Jun 2020 12:53:39 +0200 Subject: [PATCH 1/2] added link to compiled gcc for windows also, instructions for WSL2 are exactly the same as ubuntu/debian --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf3dfa8..29707c5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Right now these tools are build: ## Prerequisites ### Centos `sudo yum install wget gcc gcc-c++ python git perl-Pod-Simple gperf patch autoconf automake make makedepend bison flex ncurses-devel gmp-devel mpfr-devel libmpc-devel gettext-devel texinfo rsync` -### Ubuntu, Debian + +### Ubuntu, Debian, Windows Subsystem for Linux `sudo apt install make wget git gcc g++ lhasa libgmp-dev libmpfr-dev libmpc-dev flex bison gettext texinfo ncurses-dev autoconf rsync` If building with a normal user, the `PREFIX` directory must be writable (default is `/opt/amiga`). You can add the user to an appropriate group. @@ -49,13 +50,13 @@ apt-cyg install gcc-core gcc-g++ python git perl-Pod-Simple gperf patch automake ``` ### Windows with msys2 + +Precompiled suite with installer: http://franke.ms/download/setup-amiga-gcc.exe + ``` pacman -S git base-devel gcc flex gmp-devel mpc-devel mpfr-devel ncurses-devel rsync ``` -### Ubuntu running on the Windows 10 Linux subsystem -tbd - ## Howto Clone and Download All You Need ``` git clone https://github.com/bebbo/amiga-gcc From 4d4571b8b85df4bc234d57cb25761d9556e8725d Mon Sep 17 00:00:00 2001 From: KaiN Date: Sun, 21 Jun 2020 13:00:10 +0200 Subject: [PATCH 2/2] Removed WSL note since it's not needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29707c5..9c79fb2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Right now these tools are build: ### Centos `sudo yum install wget gcc gcc-c++ python git perl-Pod-Simple gperf patch autoconf automake make makedepend bison flex ncurses-devel gmp-devel mpfr-devel libmpc-devel gettext-devel texinfo rsync` -### Ubuntu, Debian, Windows Subsystem for Linux +### Ubuntu, Debian `sudo apt install make wget git gcc g++ lhasa libgmp-dev libmpfr-dev libmpc-dev flex bison gettext texinfo ncurses-dev autoconf rsync` If building with a normal user, the `PREFIX` directory must be writable (default is `/opt/amiga`). You can add the user to an appropriate group.