Skip to content

Commit

Permalink
Make clear that there are a few patches delivered
Browse files Browse the repository at this point in the history
  • Loading branch information
pd95 committed Jun 21, 2020
1 parent 97810e1 commit a3f4eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ To use the Makefiles, you will have to install:
- [Homebrew](https://brew.sh) (=the `brew` command)
- [GNU project tools](https://www.gnu.org/software/) autoconf, automake and libtool (using the command `brew install autoconf automake libtool`)

The scripts/Makefiles are automatically going to download the required sources and MiNT specific patches from [Vincents page](http://vincent.riviere.free.fr/soft/m68k-atari-mint/). Those are then stored in the `archive` folder.
The scripts/Makefiles are automatically going to download the required sources and MiNT specific patches from [Vincents page](http://vincent.riviere.free.fr/soft/m68k-atari-mint/). For a few parts, I had to adjust the patches respectively write macOS specific patches.
Those are stored in the `archive` folder.

GCC depends on three additional libraries (GMP, MPFR and MPC). As we want to statically link them to the compiler, they are also automatically built and stored in the `gcclibs` subfolder.

Expand Down

0 comments on commit a3f4eae

Please sign in to comment.