Compare commits
1 Commits
6aec397072
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a778b1a34 |
6
README
6
README
@@ -3,8 +3,10 @@
|
|||||||
This is a clone (ish) of the classic game Asteroids, written in C23
|
This is a clone (ish) of the classic game Asteroids, written in C23
|
||||||
for Linux. To build the program, you'll need the Linux headers, a
|
for Linux. To build the program, you'll need the Linux headers, a
|
||||||
C23-compatible compiler and libdrm, along with its headers. There is
|
C23-compatible compiler and libdrm, along with its headers. There is
|
||||||
a build script that uses GCC; simply running this (`./build.sh`) is
|
a build script that uses GCC; simply running this (./build.sh) is
|
||||||
likely to work on many systems.
|
likely to work on many systems. However, you will likely need to
|
||||||
|
adjust the input and video devices used (in input.c and renderer.c
|
||||||
|
respectively) to match your system.
|
||||||
|
|
||||||
The game directly uses Linux DRM, so it doesn't play nice with X,
|
The game directly uses Linux DRM, so it doesn't play nice with X,
|
||||||
display managers etc. You'll likely want to change to a virtual TTY
|
display managers etc. You'll likely want to change to a virtual TTY
|
||||||
|
|||||||
Reference in New Issue
Block a user