I am taking CS50, and since I am now using linux, I was hoping that I could do my coding for the CS50 problem sets on my local computer, instead of on the cloud9 ide. So I cloned the CS50 library from here and installed it, but when I try to compile my code with tcc like this:
tcc -lcs50 tideman.c
I get this error:
tcc: error: library 'cs50' not found
How can I fix this?