sudo sh mk
+ [ = ktye.h ]
+ DEF=
+ cc=gcc -O2 -s -Werror -Wfatal-errors
+ DEF= -DMAT
+ MAT=mat.o liblapacke.a liblapack.a librefblas.a -lgfortran -lquadmath -lm
+ gcc -O2 -s -Werror -Wfatal-errors -c mat/mat.c
+ DEF= -DMAT -DDRW
+ DRW=draw.o cairo.dll
+ gcc -O2 -s -Werror -Wfatal-errors -I/usr/include/cairo/ -c draw/draw.c
+ DEF= -DMAT -DDRW -DRAY
+ RAY=ray.o libraylib.a -lopengl32 -lgdi32 -lwinmm
+ gcc -O2 -s -Werror -Wfatal-errors -c ray/ray.c
+ wg -c -prefix ktye_ -nomain ..
mk: 45: mk: wg: not found
I have both ktye/wg and ktye/i projects in the same directory. I've also had to change the include path for cairo installation. I've also manually copied over the raylib.h and rgesture.h files from raylib on github into i/+/ray/
Not sure what to do about this wg not found. Just thought it had to be in i/../wg
I have both ktye/wg and ktye/i projects in the same directory. I've also had to change the include path for cairo installation. I've also manually copied over the raylib.h and rgesture.h files from raylib on github into
i/+/ray/Not sure what to do about this
wg not found. Just thought it had to be ini/../wg