-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README_EN.deps.txt
140 lines (114 loc) · 3.98 KB
/
README_EN.deps.txt
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
* README_EN.deps.txt
* 2023.02.21
* contools
1. DESCRIPTION
2. DEPENDECIES
-------------------------------------------------------------------------------
1. DESCRIPTION
-------------------------------------------------------------------------------
See in `README_EN.txt` file.
-------------------------------------------------------------------------------
2. DEPENDECIES
-------------------------------------------------------------------------------
Legend:
00 demand:
the dependency demand/optionality
01 platform:
the dependency platform
02 version:
the dependency base/minimal/exact version/revision/hash
03 desc:
the dependency description
04 forked:
the dependency forked storage or URL variants
05 original:
the dependency original storage or URL variants
06 build:
the dependency build variants
07 linkage:
the dependency linkage variants
08 variables:
the dependency configuration variables in a dependentee project
09 patched:
the dependency has having applied patches
10 extended:
the dependency has having wrappers, interfaces or extensions in other
dependencies or in itself
11 included:
the dependency sources inclusion variants into a dependentee project
12 macroses:
a dependentee project macroses and definitions associated with the
dependency
13 used as:
the dependency usage variants
14 depend on:
the dependency immediate dependent of variants from
# utility
* tacklelib
00 demand: REQUIRED
01 platform: WINDOWS, LINUX
02 version: N/A
03 desc: C++11 generic library with builtin wrappers/extensions to
p7 logger, fmt, libarchive, gtest and etc
04 forked: NO
05 original: [01] https://github.com/andry81/tacklelib
[02] https://sf.net/p/tacklelib/tacklelib
06 build: (default) build from sources in a dependentee project
07 linkage: (default) as a static library
08 variables: UTILITY_TACKLELIB_ROOT, TACKLELIB_ADDRESS_MODEL,
TACKLELIB_LINK_TYPE
09 patched: NO
10 extended: NO
11 included: YES:
[01] as sources, locally in the `_externals` subdirectory
12 macroses: search in: `debug.hpp.in`, `optimization.hpp.in`,
`setup.hpp.in`
13 used as: headers, sources, static libraries, scripts
! 14 depend on: YES:
[01] (required) boost
[02] (required) fmt
[03] (optional) gtest
[04] (optional) pystring
[05] (optional) p7 logger
[06] (optional) libarchive
[07] (optional) 7zip
[08] (optional) qd
* svncmd
00 demand: OPTIONAL
01 platform: WINDOWS
02 version: N/A
03 desc: svn batch scripts to automate svn working copy offline/online
operations
04 forked: NO
05 original: [01] https://github.com/andry81/svncmd
[02] https://sf.net/p/svncmd/scripts
06 build: N/A
07 linkage: N/A
08 variables: SVNCMD_TOOLS_ROOT
09 patched: NO
10 extended: NO
11 included: YES:
[01] as sources, locally in the `_externals` subdirectory
12 macroses: N/A
13 used as: scripts
! 14 depend on: YES:
[01] (required) svn
[02] (required) sqlite
# gui
* wxWidgets
00 demand: REQUIRED
01 platform: WINDOWS, LINUX
02 version: 3.1.1.0+
03 desc: C++ GUI generic library
04 forked: NO
05 original: [01] https://github.com/wxWidgets/wxWidgets
06 build: (default) standalone build from sources
07 linkage: (default) prebuilded static libraries
(optional) prebuilded shared libraries
08 variables: WXWIDGETS_ROOT
09 patched: NO
10 extended: NO
11 included: PARTIALLY, must be downloaded separately
12 macroses:
13 used as: headers, static libraries, shared libraries
14 depend on: NO