mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-11-21 20:19:38 +00:00
merge
This commit is contained in:
@ -18,6 +18,7 @@ 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
|
||||
`sudo apt install make wget git gcc g++ lhasa libgmp-dev libmpfr-dev libmpc-dev flex bison gettext texinfo ncurses-dev autoconf rsync`
|
||||
|
||||
@ -49,6 +50,9 @@ 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
|
||||
```
|
||||
@ -56,7 +60,7 @@ pacman -S git base-devel gcc flex gmp-devel mpc-devel mpfr-devel ncurses-devel r
|
||||
Also note that you **MUST** cd into an **absolute path** e.g. `cd /c/msys64/home/test/amiga-gcc/` before running make, or builds may fail, because some files aren't found correctly (that's a msys2 bug).
|
||||
|
||||
### Ubuntu running on the Windows 10 Linux subsystem
|
||||
tbd
|
||||
same as normal ubuntu
|
||||
|
||||
## Howto Clone and Download All You Need
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user