forked from tseesing/spcct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (12 loc) · 727 Bytes
/
README
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
This program is a part of StartOS project, and distributing under GNU General Public License(http://www.gnu.org/licenses/gpl.txt).
Copyright (C) 2012-2013 Dongguan Vali Network Technology Co.,Ltd.
It uses an external tool to obtains the Run-Time dependencies of one package,
then checking the relationship of all the dependencies, and constructs
their relationship structure, looking for the circular relationship in
the structure, when meet such relationship, output the relationship list to
standard output.
You can modify the file getdep.c to correspond to the other external tool.
Dependency
glibc
Compiling and installation please see the INSTALL file.
By Tseesing <[email protected]> Apr 10th, 2013