Skip to content

Commit

Permalink
Update GCC version in linux docs
Browse files Browse the repository at this point in the history
After #788, 11/12 should work. 7.x wasn't tested and even debian stable has 8.x now.
  • Loading branch information
Daft-Freak authored Jan 26, 2023
1 parent 32239b9 commit 96b4618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For local builds:
- SDL2 + SDL2_image + SDL2_net

For 32Blit device builds:
- Arm Embedded GCC (`gcc-arm-none-eabi`, versions 7.x-9.x should work)
- Arm Embedded GCC (`gcc-arm-none-eabi`, versions 8.x-12.x should work)

New enough versions of these exist in at least Debian "buster" and Ubuntu 20.04.

Expand Down Expand Up @@ -104,4 +104,4 @@ fi

And make sure to "source" it to update your current session.

Now invoking `32blit` should work.
Now invoking `32blit` should work.

0 comments on commit 96b4618

Please sign in to comment.