cs50 / libcs50

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

Documentation Readme.md omits "make rpm" feature #302

Open drankinatty opened 1 year ago

drankinatty commented 1 year ago

Simple documentation issue. The Readme.md page provides the use of make and make deb but omits the make rpm feature for use with RPM based distros like RH/Fedora SUSE/opensuse, etc.. After stumbling around with various searches, finding the fedora reference to the script.rpm.sh bash script it pointed toward the simple Makefile rule for rpm.

Dead bang simple (good job) when you know where it is hidden. Simply clone the repo and then make rpm - builds perfectly.

This should be added to the Readme.md page below make deb.

Landixbtw commented 5 months ago

What is the script.rpm.sh script you are referencing here ?