I am trying to install ST
Following readme instructions I cloned file from git repository
I think I properly installed the requirements including: make, fontconfig, libX11 and libXft
When I go to make to compile the program I get a 127 error as follows:
Code:
st build options:
CFLAGS = -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2 -DVERSION="0.8.1" -D_XOPEN_SOURCE=600 -O
LDFLAGS = -L/usr/X11R6/lib -lm -lrt -lX11 -lutil -lXft -lXrender -lfontconfig -lfreetype -lfreetype
CC = c99
c99 -I/usr/X11R6/include `pkg-config --cflags fontconfig` `pkg-config --cflags freetype2` -DVERSION=\"0.8.1\" -D_XOPEN_SOURCE=600 -O -c st.c
/bin/sh: c99: command not found
make: *** [Makefile:22: st.o] Error 127
Any help would be greatly appreciated......I am a NOOB
Bookmarks