updated readme again to fix a few things
This commit is contained in:
parent
8b85fffc3a
commit
3259dc775e
1 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,7 @@ PlayerGame is written in c99 and does indeed compile with tcc and other wack com
|
|||
- 80x40 charactor display
|
||||
- puts printf clock.h (i plan on supporting rdtsc)
|
||||
- 9k of ram + os
|
||||
-
|
||||
|
||||
# Building
|
||||
1. git clone it
|
||||
2. install meson (idk how pip install it i guess)
|
||||
|
@ -27,12 +27,17 @@ PlayerGame is written in c99 and does indeed compile with tcc and other wack com
|
|||
|
||||
### Linux and friends
|
||||
`mkdir builddir`
|
||||
|
||||
`cd builddir`
|
||||
|
||||
`meson setup builddir`
|
||||
|
||||
`meson compile`
|
||||
|
||||
|
||||
### Suckless MFs
|
||||
`cd src`
|
||||
|
||||
`tcc main.c -lcurses`
|
||||
|
||||
# Screenshot
|
||||
|
|
Loading…
Reference in a new issue