diff options
-rw-r--r-- | main.c | 1 | ||||
-rw-r--r-- | readme | 10 |
2 files changed, 10 insertions, 1 deletions
@@ -2,7 +2,6 @@ #include <libc.h> #include <thread.h> #include <draw.h> -#include <memdraw.h> #include <mouse.h> #include <keyboard.h> #include <geometry.h> @@ -0,0 +1,10 @@ +3D Environments in Plan 9 + +You will need: + +• libgeometry +• libgraphics +and +• libobj + +Place/bind(1) them to the proper directory slot and mk it. |