summarylogtreecommitdiffstats
path: root/codeviz.install
blob: 3651ed1c195e8a27af80c92359b773b8a3e8680e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
cat << EOT
  Patched gcc is installed to /opt/gccgraph. To compile a project
  for use with CodeViz, it is necessary to use this version of
  gcc for compilation, such as:

    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
}