Add instructions for installing doxygen on RHEL/Fedora/CentOS

This commit is contained in:
Dante Catalfamo
2021-08-13 14:53:20 -04:00
parent 32c30c35b2
commit 89ea8fa34a
+3
View File
@@ -18,7 +18,10 @@ namespace :doc do
sh "doxygen Doxyfile"
rescue
puts "ERROR: To generate C API documents, you need Doxygen."
puts "On Debian-based systems:"
puts " $ sudo apt-get install doxygen"
puts "On RHEL-based systems:"
puts " $ sudo dnf install doxygen"
end
end