How do I build (get/download) time.h library?
- by coffeenet
I am trying to build a project on Linux via Makefile.
I keep getting cannot find <sys/time.h> error.
I asked around, and I was told that my project doesn't have access to library folders.
Therefore, I am trying to solve this problem by using the time library locally inside my project's folder.
I am very new to Linux. So, please forgive my…