diff options
| author | Dante Catalfamo <[email protected]> | 2021-08-13 14:53:20 -0400 |
|---|---|---|
| committer | Dante Catalfamo <[email protected]> | 2021-08-13 14:53:20 -0400 |
| commit | 89ea8fa34af41c173510d240ab04f131344dc93a (patch) | |
| tree | 6c494b0d540edc7b1c060a3b124d68bbdaee21de /tasks | |
| parent | 32c30c35b2fe2ae3a29222bec1a5318ae5f7ee42 (diff) | |
| download | mruby-89ea8fa34af41c173510d240ab04f131344dc93a.tar.gz mruby-89ea8fa34af41c173510d240ab04f131344dc93a.zip | |
Add instructions for installing doxygen on RHEL/Fedora/CentOS
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/doc.rake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tasks/doc.rake b/tasks/doc.rake index 8013ed038..8a9108f1a 100644 --- a/tasks/doc.rake +++ b/tasks/doc.rake @@ -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 |
