diff --git a/README.md b/README.md index 55edf06..f424748 100644 --- a/README.md +++ b/README.md @@ -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