【问题标题】:Could not find Doxygen (missing: DOXYGEN_EXECUTABLE) in Mac OS X在 Mac OS X 中找不到 Doxygen(缺少:DOXYGEN_EXECUTABLE)
【发布时间】:2015-07-02 23:34:59
【问题描述】:

我想在我的 Mac OS X 上安装 meta。我有 OS X 10.9.3,我收到以下错误:

   DICU_ROOT=/usr/local/opt/icu4c
-- Compiler supports C++1y (using it)
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Locating libc++...
-- Located libc++, using it.
--     Locating libc++'s abi...
--     Found libc++abi, using it.
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/sara/meta/build
MacBook-Air:build sara$ brew install DOXYGEN_EXECUTABLE
Error: No available formula for doxygen_executable 
Searching formulae...
Searching taps...
saras-MacBook-Air:build sara$ meta
-bash: meta: command not found
saras-MacBook-Air:build sara$ build
-bash: build: command not found

【问题讨论】:

  • Doxygen 默认不安装;使用macports 安装它。

标签: macos doxygen


【解决方案1】:

默认情况下不安装 Doxygen。您可以使用brew 下载它。

$ brew info doxygen
doxygen: stable 1.8.9.1 (bottled), HEAD
http://www.doxygen.org/
/usr/local/Cellar/doxygen/1.8.9.1 (5 files, 15M) *
  Poured from bottle
From:      https://github.com/Homebrew/homebrew/blob/master/Library/Formula/doxygen.rb
==> Dependencies
Optional: graphviz ✘
==> Options
--with-doxywizard
    Build GUI frontend with qt support.
--with-graphviz
    Build with dot command support from Graphviz.
--with-libclang
    Build with libclang support.
--HEAD
    Install HEAD version

$brew install doxygen

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-12-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-05-03
    • 1970-01-01
    • 2014-03-31
    相关资源
    最近更新 更多