2 This directory contains the Dyninst API library. To make the library, type
3 "make install" in the subdirectory of this directory that is named after the
4 platform that on which you are building the library. The library also depends
5 on code in the core/util and core/dyninstAPI_RT directories, so you will also
6 need to go into the appropriate platform subdirectories of these directories
7 and type "make install." If you have built Paradyn, then the util library
8 will have already been built.
10 After the dyninstAPI_RT, util, and dyninstAPI libraries have been built and
11 installed, you can test them using the programs in core/dyninstAPI/tests. See
12 the README file in that directory for information about the test programs.