summarylogtreecommitdiffstats
path: root/codeviz.install
blob: e701d1e4b8006995e570a55c61dcfd70f5a72b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
cat << EOT
  Patched gcc is installed to /opt/gccgraph. To compile a project
  for use with CodeViz, genearlly the following will work

    make CC=/opt/gccgraph/bin/gcc or g++

  To generate a full.graph file for C, use

    genfull

  For C++, make sure you use the cppdepn method with

    genfull -g cppdepn

  or the results will not be what you expect.
EOT
}