mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-11-22 13:54:44 +00:00
added link to compiled gcc for windows
also, instructions for WSL2 are exactly the same as ubuntu/debian
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user