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
|
- 80x40 charactor display
|
||||||
- puts printf clock.h (i plan on supporting rdtsc)
|
- puts printf clock.h (i plan on supporting rdtsc)
|
||||||
- 9k of ram + os
|
- 9k of ram + os
|
||||||
-
|
|
||||||
# Building
|
# Building
|
||||||
1. git clone it
|
1. git clone it
|
||||||
2. install meson (idk how pip install it i guess)
|
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
|
### Linux and friends
|
||||||
`mkdir builddir`
|
`mkdir builddir`
|
||||||
|
|
||||||
`cd builddir`
|
`cd builddir`
|
||||||
|
|
||||||
`meson setup builddir`
|
`meson setup builddir`
|
||||||
|
|
||||||
`meson compile`
|
`meson compile`
|
||||||
|
|
||||||
|
|
||||||
### Suckless MFs
|
### Suckless MFs
|
||||||
`cd src`
|
`cd src`
|
||||||
|
|
||||||
`tcc main.c -lcurses`
|
`tcc main.c -lcurses`
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
|
|
Loading…
Reference in a new issue