mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add instructions for installing doxygen on RHEL/Fedora/CentOS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user