Skip to content

Commit

Permalink
Merge pull request #2167 from theKapcioszek/editing-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nesbox authored Apr 20, 2023
2 parents 31ea041 + bb37195 commit ffd6965
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,17 @@ cmake ..
make -j4
```


### Arch

run the following commands in the Terminal
```
sudo pacman -S cmake ruby mesa libglvnd glu
git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build
cmake ..
make -j4
```

### Fedora 36

run the following commands in the Terminal
Expand Down

0 comments on commit ffd6965

Please sign in to comment.