Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Diordany committed Jun 8, 2024
1 parent 39b8fba commit 6a66b0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# QuakeSpasm

<img src="Misc/QuakeSpasm_512.png" width="128" />

[![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)

Forked from Ozkan Sezer's repository. Has some tweaks and hacks here and there that I like to use. For a more stable and cross-platform experience, please use the official QuakeSpasm repository instead.
Expand All @@ -12,6 +14,8 @@ GitHub Mirror: https://github.com/sezero/quakespasm

Releases: http://quakespasm.sourceforge.net/download.htm

[QuakeSpasm readme](Quakespasm.txt)

I'll try to keep the `upstream` branch up to date with the official repository.

## Building & Running
Expand All @@ -30,6 +34,12 @@ Then run QuakeSpasm with:
./quakespasm
```

To clean the build, run:

```
make clean
```

This version enables SDL2 by default. To use SDL-1.2, run:

```
Expand Down

0 comments on commit 6a66b0f

Please sign in to comment.