/usr/share/doc/libgtg-dev/README is in libgtg-dev 0.2-2+dfsg-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | ==============================================
=== Introduction : ==
==============================================
This directory contains the Generic Trace Generator (GTG) project.
Authors are :
Francois Rue ,
Francois Trahay ,
Johnny Jazeix ,
Kevin Coulomb,
Mathieu Faverge,
Olivier Lagrasse
==============================================
=== Files : ==
==============================================
-- Files
README : This file, presenting the project
AUTHORS : The authors of the project
ChangeLog : The list of the changes by version
configure.ac : Used to create the configure file with autoreconf
COPYING : The copying rule
COPYRIGHT : The licence of the library
INSTALL : How to install the GTG library
Makefile.am : Some hints to generate the Makefile throught configure
NEWS : News about the project
-- Directories
*exm* : Contains examples of programm using the library
*inc* : Contains files to include
*src/C* : Contains the C implementation of the API
*src/FORTRAN* : Contains the Fortran implementation of the API
*test* : Regular developers test
==============================================
=== Building from the SVN repository: ==
==============================================
First, you need to generate the configure files by running autoreconf:
$ autoreconf -vfi
Then, simply run configure && make && make install
==============================================
=== Examples : ==
==============================================
The examples show code using the library.
You can compile them with *make examples*.
Their execution enables the creation of traces :
gtg_color creates the gtg_color.trace trace
cpaje creates the cpaje.trace using the C API
fpaje creates the fpaje.trace using the Fortran API
cpaje2 creates the cpaje2.trace using the C API
cvite creates the cvite_root.ept trace (with cvite_proc*.ept) using the C API <DO NOT USE YET>
The traces can be viewed using the ViTE tool. This API is used by the eztrace
that automatically generate traces for code, without modifying it manually.
==============================================
=== Support : ==
==============================================
If you encounter any problem, please contact the GTG developper
mailing list (gtg-devel@lists.gforge.inria.fr) so that we can fix the feature as soon as possible.
You can also give us some feedback to help us improve the API.
|