You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace gcc qoiconv.c -std=c99 -O3 -o qoiconv with gcc qoiconv.c -std=c99 -O3 -I/usr/include/stb -o qoiconv in qoiconv.c instead of forcing you to copy the files over
The text was updated successfully, but these errors were encountered:
walksanatora
changed the title
use the -I flag with gcc to include the files instead of ofrcing you to sym/hard link them to the directory
use the -I flag with gcc to include the files instead of of forcing you to sym/hard link them to the directory
Apr 5, 2022
replace
gcc qoiconv.c -std=c99 -O3 -o qoiconv
withgcc qoiconv.c -std=c99 -O3 -I/usr/include/stb -o qoiconv
inqoiconv.c
instead of forcing you to copy the files overThe text was updated successfully, but these errors were encountered: