cs50 / libcs50

This is CS50's Library for C.
https://cs50.readthedocs.io/libraries/cs50/c/
GNU General Public License v3.0
1.79k stars 861 forks source link

Will the repo/library be updated? #263

Closed telometto closed 2 years ago

telometto commented 2 years ago

I'm using Fedora 36 and installing the lib following the instructions fail to find libcs50. It's getting pretty tedious to type out the whole clang commands when there are more and more library headers, which is why I was wondering if the lib will be updated so that it works as intended.

dmalan commented 2 years ago

Ah, try now, just updated for Fedora 36. You might need to do yum check-update first!

telometto commented 2 years ago

Works a charm! Thanks a lot 😃