Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #108 from CSC207-2022F-UofT/readme
Browse files Browse the repository at this point in the history
added m chip issues
  • Loading branch information
siddharthgowda authored Dec 9, 2022
2 parents 85cd231 + 18a308c commit cf8cea8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Next, navigate to the [latest GitHub release](https://github.com/CSC207-2022F-Uo

Finally, navigate to the `bin` folder and run either `course-project-group-105.bat` (on Windows) or `course-project-group-105`.

Note: because JavaFX has native components, it is somewhat hit-or-miss whether the pre-compiled Jar will on a specific platform/operating system combination. It is only known to consistently work on Linux+amd64

*If it does not work, try the instructions in the next section*

## Build (and Run) from Source

### IntelliJ IDEA (IDE) Instructions
Expand Down Expand Up @@ -98,6 +102,10 @@ on any Unix-like operating system (or the built-in IntelliJ IDEA terminal).
- GitHub releases for every merge into `main`, built by GitHub actions ([link](https://github.com/CSC207-2022F-UofT/course-project-group-105/releases)).
- GitHub pages that host up-to-date Javadoc of `main`, built automatically by GitHub actions ([link](https://docs.mg105.com/)).

## Note for Apple Silicon Users (m1 and beyond chips)
Due to some dependency issues this game will NOT build properly for anyone using Apple Silicon (m1 or m2 chips). You
should still be able to make changes and run and create tests.

## Copyright

Unless mentioned otherwise, code is licensed under the GNU Affero General Public License, Version 3.0.
Expand Down

0 comments on commit cf8cea8

Please sign in to comment.