当前位置:网站首页>Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
2022-07-24 03:47:00 【51CTO】
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Use cmake ..
Sometimes we encounter the following problems :

$ cmake ..
-- The CXX compiler identification is GNU
11.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info
-
done
-- Check
for working CXX compiler: /usr/bin/c
+
+
- skipped
-- Detecting CXX compile features
-- Detecting CXX compile features
-
done
-- Looking
for C
+
+ include pthread.h
-- Looking
for C
+
+ include pthread.h
- found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- Success
-- Found Threads: TRUE
-- clang-tidy found: /usr/bin/clang-tidy
-- Could NOT
find Doxygen (missing: DOXYGEN_EXECUTABLE)
Doxygen need to be installed to generate the doxygen documentation
-- Configuring
done
-- Generating
done
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
install doxygen that will do .
for example ubuntu:
sudo apt install doxygen
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Suggested packages:
doxygen-latex doxygen-doc doxygen-gui
The following NEW packages will be installed:
doxygen
0 upgraded, 1 newly installed, 0 to remove and 52 not upgraded.
Need to get 4,620 kB of archives.
After this operation, 17.9 MB of additional disk space will be used.
Get:1 http://mirrors.aliyun.com/ubuntu jammy/universe amd64 doxygen amd64 1.9.1-2ubuntu2 [4,620 kB]
Fetched 4,620 kB in 3s (1,691 kB/s)
Selecting previously unselected package doxygen.
(Reading database ... 175581 files and directories currently installed.)
Preparing to unpack .../doxygen_1.9.1-2ubuntu2_amd64.deb ...
Unpacking doxygen (1.9.1-2ubuntu2) ...
Setting up doxygen (1.9.1-2ubuntu2) ...
then :

What is? doxygen?
Generating documentation from source code
Doxygen From annotated C++ The de facto standard tool for generating documents from source code , But it also supports other popular programming languages , for example C、Objective-C、C#、PHP、Java、Python、IDL(Corba、Microsoft and UNO/OpenOffice style ) )、Fortran, To some extent, it also supports D. Doxygen It also supports hardware description language VHDL.
Doxygen There are three ways to achieve :
It can generate an online document browser from a set of document source files (HTML) and / Or offline reference manual ($\mbox{\LaTeX}$). Also in support of RTF (MS-Word)、PostScript、 Hyperlinks PDF、 Compress HTML and Unix Generate output in man pages . Documents are extracted directly from the source code , This makes it easier to keep the document consistent with the source code .
You can configure the doxygen Extract the code structure from the unrecorded source file . This is very useful for quickly finding your way in large source code distribution . Doxygen You can also do this by including dependency graphs 、 Inheritance diagram and collaboration diagram visualize the relationship between various elements , These are generated automatically .
You can also use doxygen Create a normal document ( As same as me doxygen What user manuals and websites do ).
Doxygen Is in Mac OS X and Linux Under development , But it is set to be highly portable . therefore , It can also be used in most other Unix Run in style . Besides , And for Windows The executable of .
ftxui:
zhangrelay
@LAPTOP
-
5REQ7K1L:
~
/
cppcode
/
ftxui
-
starter
-
master
/
build$
make
[
3
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
screen.
dir
/
src
/
ftxui
/
screen
/
box.
cpp.
o
[
3
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
screen.
dir
/
src
/
ftxui
/
screen
/
color.
cpp.
o
[
6
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
screen.
dir
/
src
/
ftxui
/
screen
/
color_info.
cpp.
o
[
6
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
screen.
dir
/
src
/
ftxui
/
screen
/
screen.
cpp.
o
[
9
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
screen.
dir
/
src
/
ftxui
/
screen
/
string.
cpp.
o
[
9
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
screen.
dir
/
src
/
ftxui
/
screen
/
terminal.
cpp.
o
[
12
%]
Linking
CXX
static
library
libftxui
-
screen.
a
[
12
%]
Built
target
screen
[
15
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
automerge.
cpp.
o
[
15
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
blink.
cpp.
o
[
18
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
bold.
cpp.
o
[
18
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
border.
cpp.
o
[
21
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
box_helper.
cpp.
o
[
21
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
canvas.
cpp.
o
[
24
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
clear_under.
cpp.
o
[
24
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
color.
cpp.
o
[
27
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
composite_decorator.
cpp.
o
[
27
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
dbox.
cpp.
o
[
30
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
dim.
cpp.
o
[
30
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
flex.
cpp.
o
[
33
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
flexbox.
cpp.
o
[
33
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
flexbox_config.
cpp.
o
[
36
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
flexbox_helper.
cpp.
o
[
36
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
focus.
cpp.
o
[
39
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
frame.
cpp.
o
[
39
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
gauge.
cpp.
o
[
42
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
graph.
cpp.
o
[
42
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
gridbox.
cpp.
o
[
45
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
hbox.
cpp.
o
[
45
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
inverted.
cpp.
o
[
48
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
node.
cpp.
o
[
48
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
node_decorator.
cpp.
o
[
51
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
paragraph.
cpp.
o
[
51
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
reflect.
cpp.
o
[
54
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
scroll_indicator.
cpp.
o
[
54
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
separator.
cpp.
o
[
57
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
size.
cpp.
o
[
57
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
spinner.
cpp.
o
[
60
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
table.
cpp.
o
[
60
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
text.
cpp.
o
[
63
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
underlined.
cpp.
o
[
63
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
util.
cpp.
o
[
66
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
dom.
dir
/
src
/
ftxui
/
dom
/
vbox.
cpp.
o
[
66
%]
Linking
CXX
static
library
libftxui
-
dom.
a
[
66
%]
Built
target
dom
[
66
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
animation.
cpp.
o
[
66
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
button.
cpp.
o
[
69
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
catch_event.
cpp.
o
[
69
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
checkbox.
cpp.
o
[
72
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
collapsible.
cpp.
o
[
72
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
component.
cpp.
o
[
75
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
component_options.
cpp.
o
[
75
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
container.
cpp.
o
[
78
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
dropdown.
cpp.
o
[
78
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
event.
cpp.
o
[
81
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
input.
cpp.
o
[
81
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
maybe.
cpp.
o
[
84
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
menu.
cpp.
o
[
84
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
radiobox.
cpp.
o
[
87
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
renderer.
cpp.
o
[
87
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
resizable_split.
cpp.
o
[
90
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
screen_interactive.
cpp.
o
[
90
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
slider.
cpp.
o
[
93
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
terminal_input_parser.
cpp.
o
[
93
%]
Building
CXX
object
_deps
/
ftxui
-
build
/
CMakeFiles
/
component.
dir
/
src
/
ftxui
/
component
/
util.
cpp.
o
[
96
%]
Linking
CXX
static
library
libftxui
-
component.
a
[
96
%]
Built
target
component
[
100
%]
Building
CXX
object
CMakeFiles
/
ftxui
-
starter.
dir
/
src
/
main.
cpp.
o
[
100
%]
Linking
CXX
executable
ftxui
-
starter
[
100
%]
Built
target
ftxui
-
starter
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
- 19.
- 20.
- 21.
- 22.
- 23.
- 24.
- 25.
- 26.
- 27.
- 28.
- 29.
- 30.
- 31.
- 32.
- 33.
- 34.
- 35.
- 36.
- 37.
- 38.
- 39.
- 40.
- 41.
- 42.
- 43.
- 44.
- 45.
- 46.
- 47.
- 48.
- 49.
- 50.
- 51.
- 52.
- 53.
- 54.
- 55.
- 56.
- 57.
- 58.
- 59.
- 60.
- 61.
- 62.
- 63.
- 64.
- 65.
- 66.
- 67.
- 68.
- 69.
- 70.
- 71.

边栏推荐
- Extend the connection boundary, expand the business scope, and comprehensively move towards the era of Intelligent Cloud network 2.0
- STL set container
- STL set容器
- PAT甲级 1040 Longest Symmetric String
- CVE-2022-29464 WSO2文件上传漏洞
- Pat class a 1040 long symmetric string
- Matlab ode45 solving differential equations
- Read and understand the advantages of the LAAS scheme of elephant swap
- Pat grade a 1043 is it a binary search tree
- Solution to the problem of "out of sight, out of mind, out of order" in the training competition
猜你喜欢

SLAAC stateless address automatic configuration

Summary of Zhang Yu's 30 lectures on Advanced Mathematics

1. Learn to understand web pages

svg图片颜色的修改 没有花里胡哨

Pit encountered in project upgrading

Genesis public chain: Tamp the foundation of Web 3.0 development

How to realize WiFi Internet short message authentication in the park / factory

Rpc-bdy (5) - automatic service logoff, load balancing

A series of problems of dp+ backtracking segmentation palindrome string

H7-tool serial port offline burning operation instructions, support TTL serial port, RS232 and RS485 (2022-06-30)
随机推荐
Android Development - lambda expression of kotlin syntax
Basic syntax of MySQL DDL and DML and DQL
Redis transaction learning
The list should be quickly familiar with and supported by shengteng AI processor
栈中的进行会消耗不能满足企业的功能,致力
Svg image color modification is not fancy
Embedded system transplantation [5] - Cross compilation tool chain
Sword finger offer | minimum number of rotation array
Developers share mindspire Lite experience, one click image segmentation
What is the experience of writing concurrent tool classes (semaphore, cyclicbarrier, countdownlatch) by yourself in line 30?
IO流分类整理
DOM相关的方法概念
Conteneur STL set
The local picture cannot be displayed after the uniapp H5 is packaged
QT ROS related operations (running Terminal instructions, publishing and subscribing to custom message topics or services, subscribing to images and displaying)
[super complete sorting] Cisco and Huawei order comparison memo, take it away without thanks! Anytime, anywhere
Basic syntax of MySQL DDL and DML and DQL
Emqx v4.4.5 Publishing: new exclusive subscriptions and mqtt 5.0 publishing attribute support
Matlab Simulink simulation of lithium iron phosphate battery
Redis